|
Jpp
16.0.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.
1.8.5