#include <debug.h>
Public Types | |
| enum | DebugMask { Quiet = 0x00000000, FindMembers = 0x00000001, Functions = 0x00000002, Variables = 0x00000004, Preprocessor = 0x00000008, Classes = 0x00000010, CommentCnv = 0x00000020, CommentScan = 0x00000040, Validate = 0x00000080, PrintTree = 0x00000100, Time = 0x00000200, ExtCmd = 0x00000400 } |
Static Public Member Functions | |
| static void | print (DebugMask mask, int prio, const char *fmt,...) |
| static void | setFlag (const char *label) |
| static void | clearFlag (const char *label) |
| static bool | isFlagSet (DebugMask mask) |
| static void | setPriority (int p) |
Definition at line 22 of file debug.h.
| enum Debug::DebugMask |
| void Debug::print | ( | DebugMask | mask, | |
| int | prio, | |||
| const char * | fmt, | |||
| ... | ||||
| ) | [static] |
Definition at line 79 of file debug.cpp.
Referenced by FileDef::acquireFileVersion(), copyAndFilterFile(), fileToString(), ClassDef::getVariableInstance(), ClassDef::insertTemplateInstance(), portable_system(), and preprocessFile().
| void Debug::setFlag | ( | const char * | label | ) | [static] |
| bool Debug::isFlagSet | ( | DebugMask | mask | ) | [static] |
Definition at line 112 of file debug.cpp.
Referenced by generateOutput(), msg(), preprocessFile(), validatingParseDoc(), and validatingParseText().
1.5.1