cee::exp::ExportComponent Class Reference

Static class for initialization of the component. More...

Static Public Member Functions

static bool isInitialized ()
 Returns true if the component is properly initialized. More...
 
static bool initialize (Instance *instance)
 One time initialization of the Export component. More...
 
static bool isEvaluationVersion ()
 Returns true if we are using an evaluation version. More...
 
static int licenseNumber ()
 Returns the license number. More...
 
static unsigned int version ()
 Returns the component version as a single unsigned integer. More...
 
static Str versionString ()
 Returns the component version as a string. More...
 

Detailed Description

Static class for initialization of the component.

Member Function Documentation

bool cee::exp::ExportComponent::initialize ( Instance instance)
static

One time initialization of the Export component.

Initialization should be done once per process. After successful initialization, any subsequent calls to this function will do nothing and silently return true.

bool cee::exp::ExportComponent::isEvaluationVersion ( )
static

Returns true if we are using an evaluation version.

bool cee::exp::ExportComponent::isInitialized ( )
static

Returns true if the component is properly initialized.

int cee::exp::ExportComponent::licenseNumber ( )
static

Returns the license number.

unsigned int cee::exp::ExportComponent::version ( )
static

Returns the component version as a single unsigned integer.

Version is returned on the form 0xMMNNPP (MM=major, NN=minor, PP=patch)

Str cee::exp::ExportComponent::versionString ( )
static

Returns the component version as a string.