Jpp
18.3.0
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... | |
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.