#include <System.hpp>
Static Public Member Functions | |
static boost::optional < std::string > | getenv (const std::string &name) noexcept |
static void | msleep (int msecs) |
Sleep for number of milliseconds. More... | |
static unsigned | numberOfProcessors () |
Returns the number of processors on this computer. More... | |
static void | setenv (const std::string &name, const std::string &value) |
static boost::optional< Time > | systemIdleTime () |
Returns the time that the system has been idle. More... | |
static void | testExceptions1 () |
Utility for testing exception handling within the system. More... | |
static void | testExceptions2 () |
static void | testExceptions3 () |
static void | testExceptions4 () |
static void | testExceptions5 () |
|
staticnoexcept |
|
static |
Sleep for number of milliseconds.
|
static |
Returns the number of processors on this computer.
|
static |
|
static |
Returns the time that the system has been idle.
|
static |
Utility for testing exception handling within the system.
|
static |
|
static |
|
static |
|
static |