|
Public Methods |
| Debug (const char *f, bool rawtimeMode=false, bool bEndLine=false) |
| ~Debug () |
void | Dbg (const STD string &keyword, const STD string &description, char *pC) |
template<class T> void | Dbg (const STD string &keyword, const STD string &description, const T *pT) |
template<class T> void | Dbg (const STD string &keyword, const STD string &description, const T &tValue) |
void | Dbg (const STD string &keyword, char *pC) |
template<class T> void | Dbg (const STD string &keyword, const T *pT) |
template<class T> void | Dbg (const STD string &keyword, const T &tValue) |
Static Public Methods |
void | specify (const char *) |
void | TimeStart (const STD string &, const char *) |
void | TimeEnd (const STD string &, const char *) |
void | Sync () |