|
Public Methods |
| virtual const char * | msg () |
| virtual const char * | tag () |
| | dsSmartException () |
| | dsSmartException (char *tag, char *format,...) |
| | dsSmartException (int facility, char *tag, char *format,...) |
| virtual | ~dsSmartException () |
| void | fire (int facility, char *tag, char *format, va_list ap) |
| void | fire (char *format, va_list ap) |
| void | fire (char *tag, char *format, va_list ap) |
| virtual std::ostream & | print (std::ostream &os=std::cerr) |
| int | operator== (char *val) |
Protected Attributes |
| dsStrstream | _message |
| dsStrstream | _tag |
| int | _facility |
Friends |
| std::ostream & | operator<< (std::ostream &stream, dsSmartException &e) |