#include <OptDbg.hpp>
Static Public Member Functions | |
| static void | reset () |
| static bool | queryByKey (const String &name) |
| static void | defineByKey (const String &name) |
| static void | undefineByKey (const String &name) |
| static bool | query (const EDbg &option, bool discardForce=false) |
| static void | define (const EDbg &option) |
| static void | undefine (const EDbg &option) |
| static void | defineAll () |
| static void | undefineAll () |
| static void | display () |
| static void | setCurrentIndex (int cur_index) |
| static bool | isReferenceDefined () |
| static void | setReference (int index) |
| static int | getReference () |
| static bool | force () |
| static int | getCurrentIndex () |
Operate the list of active Debug options
|
static |
Switching ON a option
| option | Description of the option (Keyword) |
|
static |
|
static |
Switching ON a option
| name | Description of the option (Name) |
|
static |
|
static |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |
Check if a DEBUG option has been switched ON or NOT
| option | Type of the option to be searched for |
| discardForce | When TRUE, does not consider the "forcing" option (see remarks) |
|
static |
|
static |
|
inlinestatic |
|
inlinestatic |
|
static |
Switching OFF an option
| option | Description of the Option (Keyword) |
|
static |
|
static |
Switching OFF a option
| name | Description of the option (Name) |