Jpp
master_rocky-43-ge265d140c
the software that should make you happy
|
Auxiliary data structure for streaming of STL containers. More...
#include <JStreamToolkit.hh>
Classes | |
struct | JStream |
Auxiliary class for format STL containers. More... | |
Public Member Functions | |
JEEPZ () | |
Default constructor. More... | |
Friends | |
JStream | operator<< (std::ostream &out, const JEEPZ &format) |
Format specifier. More... | |
Auxiliary data structure for streaming of STL containers.
This manipulator transfers the following stream operation to method writeObject so that all STL containers can directly be printed.
Definition at line 605 of file JStreamToolkit.hh.
|
inline |
Format specifier.
out | output stream |
format | format |
Definition at line 654 of file JStreamToolkit.hh.