#include <PlasmaVersions.h>
Public Types |
enum | {
pvUnknown = 0,
pvPrime = MAKE_VERSION(2, 0, 63, 11),
pvPots = MAKE_VERSION(2, 0, 63, 12),
pvMoul = MAKE_VERSION(2, 0, 70, 0),
pvEoa = MAKE_VERSION(2, 1, 6, 10),
pvHex = MAKE_VERSION(3, 0, 0, 0),
pvUniversal = -1,
MASK_PLSMAJ = 0xF0000000,
MASK_PLSMIN = 0xFF000000,
MASK_REVMAJ = 0xFFFFF000,
MASK_REVMIN = 0xFFFFFFFF
} |
Member Enumeration Documentation
- Enumerator:
pvUnknown |
|
pvPrime |
|
pvPots |
|
pvMoul |
|
pvEoa |
|
pvHex |
|
pvUniversal |
|
MASK_PLSMAJ |
|
MASK_PLSMIN |
|
MASK_REVMAJ |
|
MASK_REVMIN |
|
Constructor & Destructor Documentation
PlasmaVer::PlasmaVer |
( |
int |
version = pvUnknown | ) |
|
Member Function Documentation
static const char* PlasmaVer::GetVersionName |
( |
PlasmaVer |
ver | ) |
|
|
static |
bool PlasmaVer::isEoa |
( |
| ) |
const |
bool PlasmaVer::isHexIsle |
( |
| ) |
const |
bool PlasmaVer::isLive |
( |
| ) |
const |
bool PlasmaVer::isMoul |
( |
| ) |
const |
bool PlasmaVer::isNewPlasma |
( |
| ) |
const |
bool PlasmaVer::isPots |
( |
| ) |
const |
bool PlasmaVer::isPrime |
( |
| ) |
const |
bool PlasmaVer::isSafeVer |
( |
| ) |
const |
bool PlasmaVer::isUniversal |
( |
| ) |
const |
bool PlasmaVer::isUru |
( |
| ) |
const |
bool PlasmaVer::isUruSP |
( |
| ) |
const |
bool PlasmaVer::isValid |
( |
| ) |
const |
PlasmaVer::operator int |
( |
| ) |
const |
PlasmaVer& PlasmaVer::operator= |
( |
int |
version | ) |
|
int PlasmaVer::plsMajor |
( |
| ) |
const |
int PlasmaVer::plsMinor |
( |
| ) |
const |
int PlasmaVer::revMajor |
( |
| ) |
const |
int PlasmaVer::revMinor |
( |
| ) |
const |
void PlasmaVer::set |
( |
int |
version | ) |
|
The documentation for this class was generated from the following file: