Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
| Nlibcwd | Namespace for libcwd |
| Cbuf2str | Print a (char) buffer with a given size to a debug ostream, escaping non-printable characters |
| CChannel | This object represents a debug channel, it has a fixed label. A debug channel can be viewed upon as a single bit: on or off |
| Cchar2str | Print a char to a debug ostream, escaping non-printable characters as needed |
| CIndent | Interface for marking scopes with indented debug output |
| CMark | Interface for marking scopes with a marker character |
| CDebugObject | The Debug Object class, this object represents one output device (ostream) |
| CDebugString | A string class used for the debug output margin and marker |
| CLocation | A source file location |
| CObjectFileName | An object representing the main executable or a shared library |
| CRcFile | This object represents a runtime configuration file |
| CTypeInfo | Class that holds type information for debugging purposes. Returned by type_info_of() |
| CChannel | This object represents a debug channel, it has a fixed label. A debug channel can be viewed upon as a single bit: on or off |