CLI
2.9
|
Object consistency insurance. More...
#include "cli/namespace.h"
Go to the source code of this file.
Functions | |
void | EnsureCommonDevices (void) |
Ensures common input / output devices creation. More... | |
void | EnsureTraces (void) |
Ensures the trace object creation. More... | |
Object consistency insurance.
Definition in file consistency.h.
void EnsureCommonDevices | ( | void | ) |
Ensures common input / output devices creation.
This method is basically called in constructors of objects that may need common devices all along their validity, even in their constructors.
void EnsureTraces | ( | void | ) |
Ensures the trace object creation.
This method is basically called in constructors of objects that may generate traces all along their validity, even in their destructor.