CrissCross::Version Namespace Reference
The library version namespace.
More...
Detailed Description
The library version namespace.
Contains some simple functions for identifying the compiled CrissCross library version.
Function Documentation
| int CrissCross::Version::Build |
( |
|
) |
|
- Returns:
- The build number (i.e. in v1.2.3.4, it would be '4').
| int CrissCross::Version::Major |
( |
|
) |
|
- Returns:
- The major version number (i.e. in v1.2.3.4, it would be '1').
| int CrissCross::Version::Minor |
( |
|
) |
|
- Returns:
- The minor version number (i.e. in v1.2.3.4, it would be '2').
| int CrissCross::Version::Revision |
( |
|
) |
|
- Returns:
- The revision version number (i.e. in v1.2.3.4, it would be '3').
| const char* CrissCross::Version::Version |
( |
|
) |
|
- Returns:
- A C string containing the version number of the CrissCross library.