Jpp test-rotations-old-57-g407471f53
the software that should make you happy
|
Level specific message streamers. More...
#include <JMessageStream.hh>
Public Types | |
typedef std::ostream &(*) | io_manip(std::ostream &) |
Type definition of I/O operator. | |
Public Member Functions | |
JDebugStream (JMessageLogger &logger) | |
template<class T > | |
JMessageStream & | operator<< (const T &value) |
Appends value to internal buffer. | |
JMessageStream & | operator<< (io_manip manip) |
Append I/O manipulator. | |
Protected Attributes | |
JMessageLogger & | logger |
void(JMessageLogger::* | typeout )(const std::string &) |
Level specific message streamers.
Definition at line 113 of file JMessageStream.hh.
|
inherited |
Type definition of I/O operator.
Definition at line 65 of file JMessageStream.hh.
|
inline |
Definition at line 113 of file JMessageStream.hh.
|
inlineinherited |
Appends value to internal buffer.
value | value |
Definition at line 54 of file JMessageStream.hh.
|
inlineinherited |
Append I/O manipulator.
manip | I/O manipulator |
Definition at line 74 of file JMessageStream.hh.
|
protectedinherited |
Definition at line 105 of file JMessageStream.hh.
|
protectedinherited |
Definition at line 106 of file JMessageStream.hh.