#include <TraceDumper.h>

Definition at line 19 of file TraceDumper.h.
Public Member Functions | |
| ExceptionTracer () | |
| const char * | backtrace () |
| virtual const char * | getClassName () |
| Returns the name of the current class. | |
| virtual std::string | toString () |
Static Public Member Functions | |
| static void | enable () |
| static void | disable () |
| static void | debugmsg (Object *obj, const char *msg, int linenumber=__LINE__, const char *srcfile=__FILE__) |
| Will print a debug message to the screen. | |
| static void | debugmsgln (Object *obj, const char *msg, int linenumber=__LINE__, const char *srcfile=__FILE__) |
Protected Member Functions | |
| virtual void | dumpTrace () |
Protected Attributes | |
| std::string | __cls_name |
Static Private Member Functions | |
| static bool | isEnabled () |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, const Object &s) |
| xvr2::ExceptionTracer::ExceptionTracer | ( | ) |
| static bool xvr2::ExceptionTracer::isEnabled | ( | ) | [static, private] |
| virtual void xvr2::ExceptionTracer::dumpTrace | ( | ) | [protected, virtual] |
| static void xvr2::ExceptionTracer::enable | ( | ) | [static] |
| static void xvr2::ExceptionTracer::disable | ( | ) | [static] |
| const char* xvr2::ExceptionTracer::backtrace | ( | ) |
| virtual const char* xvr2::Object::getClassName | ( | ) | [virtual, inherited] |
Returns the name of the current class.
| static void xvr2::Object::debugmsg | ( | Object * | obj, | |
| const char * | msg, | |||
| int | linenumber = __LINE__, |
|||
| const char * | srcfile = __FILE__ | |||
| ) | [static, inherited] |
Will print a debug message to the screen.
| static void xvr2::Object::debugmsgln | ( | Object * | obj, | |
| const char * | msg, | |||
| int | linenumber = __LINE__, |
|||
| const char * | srcfile = __FILE__ | |||
| ) | [static, inherited] |
| virtual std::string xvr2::Object::toString | ( | ) | [virtual, inherited] |
| std::ostream& operator<< | ( | std::ostream & | stream, | |
| const Object & | s | |||
| ) | [friend, inherited] |
std::string xvr2::Object::__cls_name [protected, inherited] |
1.5.5