Jpp 19.3.0-rc.3
the software that should make you happy
|
Auxiliary class for format STL containers. More...
#include <JStreamToolkit.hh>
Public Member Functions | |
JStream (std::ostream &out) | |
Constructor. | |
template<class T > | |
std::ostream & | operator<< (const T &value) |
Write value to output stream. | |
Private Attributes | |
std::ostream & | out |
Auxiliary class for format STL containers.
Definition at line 611 of file JStreamToolkit.hh.
|
inline |
Constructor.
out | output stream |
Definition at line 618 of file JStreamToolkit.hh.
|
inline |
Write value to output stream.
value | value |
Definition at line 630 of file JStreamToolkit.hh.
|
private |
Definition at line 636 of file JStreamToolkit.hh.