|
Jpp
16.0.0
the software that should make you happy
|
Template implementation of stream output for single data type based on ROOT dictionary. More...
#include <JRootStreamObjectOutput.hh>
Public Member Functions | |
| JRootStreamObjectOutput (JRootWriter &out, const std::string &sep="") | |
| Constructor. More... | |
| 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... | |
Private Attributes | |
| JRootWriter & | __out |
| std::string | __sep |
Template implementation of stream output for single data type based on ROOT dictionary.
This class implements the JLANG::JObjectOutput interface.
Definition at line 33 of file JRootStreamObjectOutput.hh.
|
inline |
Constructor.
| out | output stream |
| sep | token separator |
Definition at line 43 of file JRootStreamObjectOutput.hh.
|
inlineoverridevirtual |
Object output.
| object | object |
Implements JLANG::JObjectOutput< T >.
Definition at line 56 of file JRootStreamObjectOutput.hh.
|
inline |
|
inline |
Set token separator.
| sep | separator |
Definition at line 80 of file JRootStreamObjectOutput.hh.
|
private |
Definition at line 86 of file JRootStreamObjectOutput.hh.
|
private |
Definition at line 87 of file JRootStreamObjectOutput.hh.
1.8.5