#define OT_SYS_API_EXPORT
Definition SystemAPIExport.h:11
The os may be used to get different informations about the Hardware or System configuration.
OT_SYS_API_EXPORT unsigned long long getAvailableVirtualMemory(void)
Returns the available virtual memory of the current machine in bytes.
Definition OperatingSystem.cpp:81
OT_SYS_API_EXPORT unsigned long long getTotalVirtualMemory(void)
Returns the total virtual memory of the current machine in bytes.
Definition OperatingSystem.cpp:62
OT_SYS_API_EXPORT std::string getExecutablePath()
Returns the path of the current executable.
Definition OperatingSystem.cpp:114
OT_SYS_API_EXPORT char * getEnvironmentVariable(const char *_variableName)
Definition OperatingSystem.cpp:100
OT_SYS_API_EXPORT unsigned long long getTotalPhysicalMemory(void)
Returns the total physical memory of the current machine in bytes.
Definition OperatingSystem.cpp:25
OT_SYS_API_EXPORT unsigned long long getAvailablePhysicalMemory(void)
Returns the available physical memory of the current machine in bytes.
Definition OperatingSystem.cpp:44