Platform or Operating System.
More...
#include <odplatform.h>
Platform or Operating System.
<>
◆ Type
| Enumerator |
|---|
| Linux | |
| Windows | |
| MacOS | |
◆ Platform() [1/3]
| OD::Platform::Platform |
( |
| ) |
|
◆ Platform() [2/3]
| OD::Platform::Platform |
( |
Type | | ) |
|
◆ Platform() [3/3]
| OD::Platform::Platform |
( |
const char * | s, |
|
|
bool | isshortnm ) |
|
inline |
◆ ~Platform()
| OD::Platform::~Platform |
( |
| ) |
|
◆ 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()
| 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()
| Type OD::Platform::type |
( |
| ) |
const |
|
inline |
◆ type_