Jpp
master_rocky
the software that should make you happy
|
Implementation of object output for DAQ compatible data types. More...
#include <JDAQFileWriter.hh>
Public Member Functions | |
virtual bool | put (const T &object) override |
Object output. More... | |
Protected Member Functions | |
JDAQWriterObjectOutput (JWriter &writer) | |
Constructor. More... | |
Private Member Functions | |
bool | put (const T &object, JLANG::JBool< true >) |
bool | put (const T &object, JLANG::JBool< false >) |
Private Attributes | |
JWriter & | out |
Implementation of object output for DAQ compatible data types.
This class implements the JLANG::JObjectOutput interface.
Definition at line 51 of file JDAQFileWriter.hh.
|
inlineprotected |
Constructor.
writer | JWriter output |
Definition at line 60 of file JDAQFileWriter.hh.
|
inlineoverridevirtualinherited |
Object output.
object | object |
Implements JLANG::JObjectOutput< T >.
Definition at line 52 of file JWriterObjectOutput.hh.
|
inlineprivateinherited |
Definition at line 58 of file JWriterObjectOutput.hh.
|
inlineprivateinherited |
Definition at line 59 of file JWriterObjectOutput.hh.
|
privateinherited |
Definition at line 61 of file JWriterObjectOutput.hh.