CLI  2.9
consistency.h File Reference

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...
 

Detailed Description

Object consistency insurance.

Author
Alexis Royer

Definition in file consistency.h.

Function Documentation

◆ EnsureCommonDevices()

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.

◆ EnsureTraces()

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.