Jpp
17.2.1-pre0
the software that should make you happy
|
#include <JMessageStream.hh>
Public Types | |
typedef std::ostream &(* | io_manip )(std::ostream &) |
Type definition of I/O operator. More... | |
Public Member Functions | |
JWarningStream (JMessageLogger &logger) | |
template<class T > | |
JMessageStream & | operator<< (const T &value) |
Appends value to internal buffer. More... | |
JMessageStream & | operator<< (io_manip manip) |
Append I/O manipulator. More... | |
Protected Attributes | |
JMessageLogger & | logger |
void(JMessageLogger::* | typeout )(const std::string &) |
Definition at line 114 of file JMessageStream.hh.
|
inherited |
Type definition of I/O operator.
Definition at line 65 of file JMessageStream.hh.
|
inline |
Definition at line 114 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.