Jpp
17.3.0-rc.1
the software that should make you happy
|
Implementation of object output using JIO::JWriter for single data type. More...
#include <JWriterObjectOutput.hh>
Public Member Functions | |
JWriterObjectOutput (JWriter &writer) | |
Constructor. More... | |
virtual bool | put (const T &object) override |
Object output. More... | |
Private Attributes | |
JWriter & | out |
Implementation of object output using JIO::JWriter for single data type.
This class implements the JLANG::JObjectOutput interface.
Definition at line 30 of file JWriterObjectOutput.hh.
|
inline |
|
inlineoverridevirtual |
Object output.
object | object |
Implements JLANG::JObjectOutput< T >.
Definition at line 50 of file JWriterObjectOutput.hh.
|
private |
Definition at line 58 of file JWriterObjectOutput.hh.