OSVR-Core
|
Implementation. More...
#include <osvr/Util/GetEnvironmentVariable.h>
#include <osvr/Util/WindowsVariantC.h>
#include <cstdlib>
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::util | |
The Util library: Functionality not necessarily coupled to any particular core library, serving more as a common base layer behind all systems. | |
Functions | |
OSVR_UTIL_EXPORT boost::optional< std::string > | osvr::util::getEnvironmentVariable (std::string const &var) |
Gets an environment variable's value. More... | |
Implementation.