#include <platform.h>
Definition at line 30 of file platform.h.
◆ copyFile()
bool Platform::copyFile |
( |
std::string |
from, |
|
|
std::string |
to |
|
) |
| |
◆ fileExists()
bool Platform::fileExists |
( |
std::string |
file | ) |
|
◆ getCPUName()
std::string Platform::getCPUName |
( |
| ) |
|
◆ getCurrentDir()
std::string Platform::getCurrentDir |
( |
| ) |
|
◆ getFileModificationTime()
ticks_t Platform::getFileModificationTime |
( |
std::string |
file | ) |
|
◆ getOSName()
std::string Platform::getOSName |
( |
| ) |
|
◆ getProcessId()
int Platform::getProcessId |
( |
| ) |
|
◆ getTempPath()
std::string Platform::getTempPath |
( |
| ) |
|
◆ getTotalSystemMemory()
double Platform::getTotalSystemMemory |
( |
| ) |
|
◆ isProcessRunning()
bool Platform::isProcessRunning |
( |
const std::string & |
name | ) |
|
◆ killProcess()
bool Platform::killProcess |
( |
const std::string & |
name | ) |
|
◆ openUrl()
void Platform::openUrl |
( |
std::string |
url | ) |
|
◆ processArgs()
void Platform::processArgs |
( |
std::vector< std::string > & |
args | ) |
|
◆ removeFile()
bool Platform::removeFile |
( |
std::string |
file | ) |
|
◆ spawnProcess()
bool Platform::spawnProcess |
( |
std::string |
process, |
|
|
const std::vector< std::string > & |
args |
|
) |
| |
◆ traceback()
std::string Platform::traceback |
( |
const std::string & |
where, |
|
|
int |
level = 1 , |
|
|
int |
maxDepth = 32 |
|
) |
| |
The documentation for this class was generated from the following files: