Jpp
17.0.0
the software that should make you happy
|
Template implementation of stream output for single data type. More...
#include <JStreamObjectOutput.hh>
Public Member Functions | |
JStreamObjectOutput (std::ostream &out, const std::string &sep="") | |
Constructor. More... | |
virtual bool | put (const T &object) override |
Object output. More... | |
const std::string & | getSeparator () const |
Get token separator. More... | |
void | setSeparator (const std::string &sep) |
Set token separator. More... | |
Private Attributes | |
std::ostream & | __out |
std::string | __sep |
Template implementation of stream output for single data type.
This class implements the JLANG::JObjectOutput interface.
Definition at line 28 of file JStreamObjectOutput.hh.
|
inline |
Constructor.
out | output stream |
sep | token separator |
Definition at line 38 of file JStreamObjectOutput.hh.
|
inlineoverridevirtual |
Object output.
object | object |
Implements JLANG::JObjectOutput< T >.
Definition at line 51 of file JStreamObjectOutput.hh.
|
inline |
|
inline |
|
private |
Definition at line 81 of file JStreamObjectOutput.hh.
|
private |
Definition at line 82 of file JStreamObjectOutput.hh.