Jpp
18.5.0
the software that should make you happy
|
Auxiliary data structure for handling std::ostream. More...
#include <JStreamAvailable.hh>
Classes | |
struct | JStream |
Auxiliary class for format stream. More... | |
Public Member Functions | |
STREAM (const std::string &message="") | |
Constructor. More... | |
Protected Attributes | |
std::string | message |
Friends | |
JStream | operator<< (std::ostream &out, const STREAM &format) |
Format specifier. More... | |
Auxiliary data structure for handling std::ostream.
Definition at line 36 of file JStreamAvailable.hh.
|
inline |
Constructor.
message | message printed in case operator std::ostream<< is unavailable |
Definition at line 110 of file JStreamAvailable.hh.
Format specifier.
out | output stream |
format | format |
Definition at line 122 of file JStreamAvailable.hh.
|
protected |
Definition at line 102 of file JStreamAvailable.hh.