#include <cdebug.hxx>
Public Types | |
typedef std::map< unsigned int, dbch > | dictionary |
typedef dictionary::iterator | iterator |
Public Member Functions | |
dbch (unsigned int ch) | |
dbch () | |
void | operator-- () |
void | operator++ () |
Public Attributes | |
int | _indent |
unsigned int | id |
bool | _active |
|
Definition at line 38 of file cdebug.hxx. |
|
Definition at line 39 of file cdebug.hxx. |
|
Definition at line 42 of file cdebug.hxx. References _active, _indent, and id.
|
|
Definition at line 43 of file cdebug.hxx. References _active, _indent, and id.
|
|
Definition at line 45 of file cdebug.hxx. References _indent. 00045 { ++ _indent; }
|
|
Definition at line 44 of file cdebug.hxx. References _indent. 00044 { -- _indent ; }
|
|
Definition at line 46 of file cdebug.hxx. Referenced by dbch(). |
|
Definition at line 40 of file cdebug.hxx. Referenced by dbch(), operator++(), and operator--(). |
|
Definition at line 41 of file cdebug.hxx. Referenced by dbch(). |