ICsParserInterface.h File Reference


Namespaces

namespace  ICsParserInterface

Enumerations

enum  license_error { license_error_ok, license_error_bad, license_error_trial_ok, license_error_trial_expired }
 Lisense error flag. More...

Functions

void * alloc (size_t size)
 Allocate memory.
void free (void *address)
 Deallocate memory.
license_error setLicense (const char *license)
 Set license.
license_error checkLicense ()
 Check license.
void getVersionInfo (VersionInfo &info)
 Get Version Info.
const char * getVersionInfoAsString ()
 Get Version Info in format "1.2.3.4".

Enumeration Type Documentation

enum ICsParserInterface::license_error
 

Lisense error flag.

Enumeration values:
license_error_ok  License OK.
license_error_bad  Incorrect License.
license_error_trial_ok  Trial period OK.
license_error_trial_expired  Trial period expired.


Function Documentation

void* alloc size_t  size  ) 
 

Allocate memory.

license_error checkLicense  ) 
 

Check license.

void free void *  address  ) 
 

Deallocate memory.

void getVersionInfo VersionInfo &  info  ) 
 

Get Version Info.

const char* getVersionInfoAsString  ) 
 

Get Version Info in format "1.2.3.4".

license_error setLicense const char *  license  ) 
 

Set license.

© 2005 metaspec