cee::rep::ReportComponent
-
class ReportComponent
Static class for initialization of the component.
Public Static Functions
-
static bool initialize(Instance *instance)
One time initialization of the Report component.
Initialization should be done once per process. After successful initialization, any subsequent calls to this function will do nothing and silently return true.
-
static bool isInitialized()
Returns true if the component is properly initialized.
-
static unsigned int version()
Returns the component version as a single unsigned integer.
Version is returned on the form 0xMMNNPP (MM=major, NN=minor, PP=patch)
-
static bool initialize(Instance *instance)