Jpp
19.0.0
the software that should make you happy
|
Implementation of object output for DAQ incompatible data types. More...
#include <JDAQFileWriter.hh>
Public Types | |
typedef JNullOutput< T > | data_type |
Public Member Functions | |
virtual bool | put (const T &object) override |
Object output. More... | |
Static Public Member Functions | |
static data_type & | getInstance () |
Get unique instance of template class. More... | |
Protected Member Functions | |
JDAQWriterObjectOutput (JWriter &writer) | |
Constructor. More... | |
Implementation of object output for DAQ incompatible data types.
This class implements the JLANG::JObjectOutput interface by doing nothing.
Definition at line 72 of file JDAQFileWriter.hh.
|
inherited |
Definition at line 20 of file JSingleton.hh.
|
inlineprotected |
|
inlineoverridevirtualinherited |
Object output.
object | object |
Implements JLANG::JObjectOutput< T >.
Definition at line 153 of file JObjectOutput.hh.
|
inlinestaticinherited |
Get unique instance of template class.
Definition at line 27 of file JSingleton.hh.