Jpp
18.3.1
the software that should make you happy
|
Implementation of object output for binary stream compatible data types. More...
#include <JBinaryFileWriter.hh>
Public Member Functions | |
virtual bool | put (const T &object) override |
Object output. More... | |
Protected Member Functions | |
JBinaryWriterObjectOutput (JWriter &writer) | |
Constructor. More... | |
Implementation of object output for binary stream compatible data types.
This class implements the JLANG::JObjectOutput interface.
Definition at line 44 of file JBinaryFileWriter.hh.
|
inlineprotected |
Constructor.
writer | JWriter output |
Definition at line 53 of file JBinaryFileWriter.hh.
|
inlineoverridevirtualinherited |
Object output.
object | object |
Implements JLANG::JObjectOutput< T >.
Definition at line 52 of file JWriterObjectOutput.hh.