Jpp
18.0.0-rc.2
the software that should make you happy
|
Implementation of object output for binary stream incompatible data types. More...
#include <JBinaryFileWriter.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 | |
JBinaryWriterObjectOutput (JWriter &writer) | |
Constructor. More... | |
Implementation of object output for binary stream incompatible data types.
This class implements the JLANG::JObjectOutput interface by doing nothing.
Definition at line 65 of file JBinaryFileWriter.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.