Jpp
18.3.0
the software that should make you happy
|
Implementation of null output for single data type. More...
#include <JObjectOutput.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... | |
Implementation of null output for single data type.
Definition at line 143 of file JObjectOutput.hh.
|
inherited |
Definition at line 20 of file JSingleton.hh.
|
inlineoverridevirtual |
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.