Jpp
19.0.0
the software that should make you happy
|
Template specialisation of JMonteCarloStreamObjectOutput for Head. More...
#include <JMonteCarloFileSupportkit.hh>
Public Member Functions | |
virtual bool | put (const T &object) override |
Object output. More... | |
const std::string & | getSeparator () const |
Get token separator. More... | |
void | setSeparator (const std::string &sep) |
Set token separator. More... | |
Protected Member Functions | |
JMonteCarloStreamObjectOutput (std::ostream &out) | |
Constructor. More... | |
Template specialisation of JMonteCarloStreamObjectOutput for Head.
This class provides for a ASCII formatted stream output without separator.
Definition at line 371 of file JMonteCarloFileSupportkit.hh.
|
inlineprotected |
Constructor.
out | output stream |
Definition at line 380 of file JMonteCarloFileSupportkit.hh.
|
inlineoverridevirtualinherited |
Object output.
object | object |
Implements JLANG::JObjectOutput< T >.
Definition at line 51 of file JStreamObjectOutput.hh.
|
inlineinherited |
|
inlineinherited |