#include <msg_stream.h>
Public Methods | |
Warning_stream (const char *head, const bool fatal=false, std::ostream *const output=&std::cerr) | |
Classical constructor. | |
template<typename T> Warning_stream & | operator<< (const T &to_print) |
Classical operator. | |
Warning_stream & | operator<< (Warning_stream &(*f)(Warning_stream &)) |
Specialized version for the function pointers. | |
Warning_stream & | operator<< (std::ostream &(*f)(std::ostream &)) |
virtual | ~Warning_stream () |
Classical destructor. | |
Friends | |
Warning_stream & | done (Warning_stream &w) |
Fonction to notify the end of a message. |
|
Classical constructor.
|
|
Classical destructor.
|
|
|
|
Specialized version for the function pointers.
|
|
Classical operator.
|
|
Fonction to notify the end of a message. A message looks like: wout<<"Mon message"<<done; |