This interface represents an interface to set debug options. More...

Public Member Functions | |
| virtual Sint32 | set_option (const char *option)=0 |
| Sets a particular debug option. More... | |
| virtual const IString * | get_option (const char *key) const =0 |
| Returns the value of a particular debug option. More... | |
Additional Inherited Members | |
Public Types inherited from mi::base::Interface_declare< 0x7938887b, 0x57c6, 0x422f, 0x84, 0x03, 0xdc, 0x06, 0xf2, 0x26, 0xd6, 0x04 > | |
| typedef Interface_declare< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11, IInterface > | Self |
| Own type. More... | |
| typedef Uuid_t< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11 > | IID |
| Declares the interface ID (IID) of this interface. More... | |
Static Public Member Functions inherited from mi::base::Interface_declare< 0x7938887b, 0x57c6, 0x422f, 0x84, 0x03, 0xdc, 0x06, 0xf2, 0x26, 0xd6, 0x04 > | |
| static bool | compare_iid (const Uuid &iid) |
Compares the interface ID iid against the interface ID of this interface and of its ancestors. More... | |
This interface represents an interface to set debug options.
|
pure virtual |
Returns the value of a particular debug option.
| key | The key of the debug option. |
NULL if the option is not set.
|
pure virtual |
Sets a particular debug option.
| option | The option to be set in the form key=value. |