Platform or Operating System.
More...
Platform or Operating System.
<>
◆ Type
Enumerator |
---|
Lin64 | |
Win32 | |
Win64 | |
Mac | |
◆ Platform() [1/4]
OD::Platform::Platform |
( |
| ) |
|
◆ Platform() [2/4]
OD::Platform::Platform |
( |
Type |
| ) |
|
◆ Platform() [3/4]
OD::Platform::Platform |
( |
const char * |
s, |
|
|
bool |
isshortnm |
|
) |
| |
|
inline |
◆ Platform() [4/4]
OD::Platform::Platform |
( |
bool |
iswin, |
|
|
bool |
is32, |
|
|
bool |
ismac = false |
|
) |
| |
|
inline |
◆ is32Bits()
bool OD::Platform::is32Bits |
( |
| ) |
const |
|
inline |
◆ isLinux()
bool OD::Platform::isLinux |
( |
| ) |
const |
|
inline |
◆ isMac()
bool OD::Platform::isMac |
( |
| ) |
const |
|
inline |
◆ isValidName()
static bool OD::Platform::isValidName |
( |
const char * |
, |
|
|
bool |
isshortnm |
|
) |
| |
|
static |
◆ isWindows()
bool OD::Platform::isWindows |
( |
| ) |
const |
|
inline |
◆ local()
static const Platform& OD::Platform::local |
( |
| ) |
|
|
static |
◆ longName()
const char* OD::Platform::longName |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool OD::Platform::operator!= |
( |
const Platform & |
p | ) |
const |
|
inline |
◆ operator==() [1/2]
bool OD::Platform::operator== |
( |
const Platform & |
p | ) |
const |
|
inline |
◆ operator==() [2/2]
◆ osName()
const char* OD::Platform::osName |
( |
| ) |
const |
◆ set() [1/2]
void OD::Platform::set |
( |
bool |
iswin, |
|
|
bool |
is32, |
|
|
bool |
ismac = false |
|
) |
| |
|
inline |
◆ set() [2/2]
void OD::Platform::set |
( |
const char * |
, |
|
|
bool |
isshortnm |
|
) |
| |
◆ setType()
void OD::Platform::setType |
( |
Type |
t | ) |
|
|
inline |
◆ shortName()
const char* OD::Platform::shortName |
( |
| ) |
const |
◆ sPlatform()
static const char* OD::Platform::sPlatform |
( |
| ) |
|
|
inlinestatic |
◆ type() [1/2]
Type& OD::Platform::type |
( |
| ) |
|
|
inline |
◆ type() [2/2]
Type OD::Platform::type |
( |
| ) |
const |
|
inline |
◆ type_