#include <Exception.h>
Public Member Functions | |
ExceptionMsg (void) | |
ExceptionMsg (const ExceptionMsg &m) | |
ExceptionMsg (string m) | |
ExceptionMsg (const char *cs) | |
ExceptionMsg & | operator<< (const char *cs) |
ExceptionMsg & | operator<< (const string &s) |
template<class T > | |
ExceptionMsg & | operator<< (const T &t) |
QDOS::ExceptionMsg::ExceptionMsg | ( | void | ) | [inline] |
QDOS::ExceptionMsg::ExceptionMsg | ( | const ExceptionMsg & | m | ) | [inline] |
QDOS::ExceptionMsg::ExceptionMsg | ( | string | m | ) | [inline] |
QDOS::ExceptionMsg::ExceptionMsg | ( | const char * | cs | ) | [inline] |
ExceptionMsg& QDOS::ExceptionMsg::operator<< | ( | const T & | t | ) | [inline] |
ExceptionMsg& QDOS::ExceptionMsg::operator<< | ( | const string & | s | ) | [inline] |
ExceptionMsg& QDOS::ExceptionMsg::operator<< | ( | const char * | cs | ) | [inline] |