Uranium
Application Framework
|
Convenience class to simplify OS checking and similar platform-specific handling. More...
Public Member Functions | |
bool | isOSX (cls) |
Check to see if we are currently running on OSX. | |
bool | isWindows (cls) |
Check to see if we are currently running on Windows. | |
bool | isLinux (cls) |
Check to see if we are currently running on Linux. | |
int | getType (cls) |
Get the platform type. | |
Convenience class to simplify OS checking and similar platform-specific handling.