Functions | |
uint32_t | getUID () |
uint32_t | getPID () |
uint32_t | getParentPID () |
std::string | getCurrentUserName () |
std::string | getFilePathForPID (uint32_t pid) |
std::string | getCurrentProcessFullPath () |
std::string | getCurrentCommandLineContent () |
std::string | getProcessName (uint32_t pid) |
std::string | invokeCommandLineCommand (const std::string &cmdString, int *returnStatus=nullptr) |
std::string | getKernelVersion () |
uint8_t | getCPUNumber () |
uint64_t | getSystemFreeMemory () |
void | openURLWithDefaultBrowser (const std::string &url) |
uint8_t SystemTools::Shared::getCPUNumber | ( | ) |
std::string SystemTools::Shared::getCurrentCommandLineContent | ( | ) |
std::string SystemTools::Shared::getCurrentProcessFullPath | ( | ) |
std::string SystemTools::Shared::getCurrentUserName | ( | ) |
std::string SystemTools::Shared::getFilePathForPID | ( | uint32_t | pid | ) |
std::string SystemTools::Shared::getKernelVersion | ( | ) |
uint32_t SystemTools::Shared::getParentPID | ( | ) |
uint32_t SystemTools::Shared::getPID | ( | ) |
std::string SystemTools::Shared::getProcessName | ( | uint32_t | pid | ) |
uint64_t SystemTools::Shared::getSystemFreeMemory | ( | ) |
uint32_t SystemTools::Shared::getUID | ( | ) |
std::string SystemTools::Shared::invokeCommandLineCommand | ( | const std::string & | cmdString, |
int * | returnStatus = nullptr |
||
) |
void SystemTools::Shared::openURLWithDefaultBrowser | ( | const std::string & | url | ) |