|
Jpp
debug
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... | |
Private Attributes | |
| std::ostream & | __out |
| std::string | __sep |
Template specialisation of JMonteCarloStreamObjectOutput for Head.
This class provides for a ASCII formatted stream output without separator.
Definition at line 369 of file JMonteCarloFileSupportkit.hh.
|
inlineprotected |
Constructor.
| out | output stream |
Definition at line 378 of file JMonteCarloFileSupportkit.hh.
|
inlineoverridevirtualinherited |
Object output.
| object | object |
Implements JLANG::JObjectOutput< T >.
Definition at line 51 of file JStreamObjectOutput.hh.
|
inlineinherited |
|
inlineinherited |
|
privateinherited |
Definition at line 81 of file JStreamObjectOutput.hh.
|
privateinherited |
Definition at line 82 of file JStreamObjectOutput.hh.