class TVersion |
Contains version information.
A version is defined by a set of three numbers:
1. the major version number, ranging from 0 to 127, inclusive
2. the minor version number, ranging from 0 to 99 inclusive
3. the build number, ranging from 0 to 32767 inclusive.
The class provides a constructor for setting all three numbers. It also provides a member function to build a character representation of this information in a TVersionName descriptor.
Public Member Functions | |
---|---|
TVersion() | |
TVersion(TInt, TInt, TInt) | |
IMPORT_C TVersionName | Name() |
Public Attributes | |
---|---|
TInt16 | iBuild |
TInt8 | iMajor |
TInt8 | iMinor |