cee::Instance Class Reference

Ceetron 3D Components instance object. More...

Public Member Functions

unsigned int version () const
 Returns the component version as a single unsigned integer. More...
 
Str versionString () const
 Returns the component version as a string. More...
 
unsigned int licenseKeyA () const
 Returns the first license key value. More...
 
unsigned int licenseKeyB () const
 Returns the second license key value. More...
 
- Public Member Functions inherited from cee::RefCountedObject
void addRef () const
 Increments the reference count for this object. More...
 
void release () const
 Decrements the reference count for this object. More...
 
int refCount () const
 Returns the reference count for this object. More...
 
void setRefCountZero () const
 Sets the ref count to zero, but DOES NOT delete the object. More...
 
Inheritance diagram for cee::Instance:
cee::RefCountedObject

Detailed Description

Ceetron 3D Components instance object.

Member Function Documentation

unsigned int cee::Instance::licenseKeyA ( ) const

Returns the first license key value.

unsigned int cee::Instance::licenseKeyB ( ) const

Returns the second license key value.

unsigned int cee::Instance::version ( ) const

Returns the component version as a single unsigned integer.

Version is returned on the form 0xMMNNBB (MM=major, NN=minor, BB=build)

Str cee::Instance::versionString ( ) const

Returns the component version as a string.