|
Jpp
17.3.0-rc.2
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 81 of file JStreamAvailable.hh.
|
inline |
Constructor.
| message | message printed in case operator std::ostream<< is unavailable |
Definition at line 155 of file JStreamAvailable.hh.
Format specifier.
| out | output stream |
| format | format |
Definition at line 167 of file JStreamAvailable.hh.
|
protected |
Definition at line 147 of file JStreamAvailable.hh.
1.8.5