| Public Member Functions | |
| MultiMessageDebugStream (const bool out=true, const bool err=true, const bool mrs=true) | |
| ~MultiMessageDebugStream () | |
| void | flush () | 
| void | severity (unsigned int i) | 
| template<class T> | |
| MultiMessageDebugStream & | operator<< (const T &t) | 
| Private Member Functions | |
| bool | renew () | 
| renew() called only when m_oss=0 to try to make it better | |
| void | announce (const std::string &s) | 
| Private Attributes | |
| const bool | m_out | 
| const bool | m_err | 
| const bool | m_mrs | 
| unsigned int | m_severity | 
| std::ostringstream * | m_oss | 
Definition at line 10 of file MultiMessageDebugStream.h.
| 
 | 
| renew() called only when m_oss=0 to try to make it better 
 Definition at line 13 of file MultiMessageDebugStream.cpp. References m_oss. | 
 1.4.6
 1.4.6