|
TrueReality
v0.1.1912
|
Disable warning for stl classes Needs to have dll-interface to be used by clients of class. More...
#include <EnvVariables.h>
Static Public Attributes | |
| static const std::string | TR_ROOT = std::string("TR_ROOT") |
| Environmental Variable that points to the Root folder of the engine. More... | |
| static const std::string | TR_LIB = std::string("TR_LIB") |
| Environmental Variable that points to the Library folders of the engine. More... | |
| static const std::string | TR_BIN = std::string("TR_BIN") |
| Environmental Variable that points to the Binary folders of the engine. More... | |
| static const std::string | TR_INC = std::string("TR_INC") |
| Environmental Variable that points to the Include folders of the engine. More... | |
| static const std::string | TR_DATA = std::string("TR_DATA") |
| Environmental Variable that points to the Data folder of the engine The Data folder should have general art and system content If this variable is not present the engine will search for the Data Folder in TR_ROOT. More... | |
| static const std::string | TR_USER_DATA = std::string("TR_USER_DATA") |
| Environmental Variable that points to the User Data folder of the engine The Data folder should have the log files and general art and user content If this variable is not present the engine will search for the User Data Folder in Users Home and MyDocuments directories. More... | |
| static const std::string | TR_PATH = std::string("TR_PATH") |
| Environmental Variable that should be upended to the PATH variable, to give the engine access to its resources. More... | |
| static const std::string | TR_LOG_PATH = std::string("TR_LOG_PATH") |
| Environmental Variable holds the path of the custom Log folder. More... | |
Protected Member Functions | |
| EnvVariables () | |
| Default constructor. More... | |
Disable warning for stl classes Needs to have dll-interface to be used by clients of class.
An environment variables.
Definition at line 49 of file EnvVariables.h.
|
inlineprotected |
Default constructor.
Definition at line 96 of file EnvVariables.h.
References TR_DISABLE_WARNING_END.
|
static |
Environmental Variable that points to the Binary folders of the engine.
Definition at line 60 of file EnvVariables.h.
|
static |
Environmental Variable that points to the Data folder of the engine The Data folder should have general art and system content If this variable is not present the engine will search for the Data Folder in TR_ROOT.
Definition at line 70 of file EnvVariables.h.
Referenced by trUtil::PathUtils::GetDataPath().
|
static |
Environmental Variable that points to the Include folders of the engine.
Definition at line 63 of file EnvVariables.h.
|
static |
Environmental Variable that points to the Library folders of the engine.
Definition at line 57 of file EnvVariables.h.
|
static |
Environmental Variable holds the path of the custom Log folder.
Definition at line 87 of file EnvVariables.h.
Referenced by trUtil::PathUtils::GetLogPath().
|
static |
Environmental Variable that should be upended to the PATH variable, to give the engine access to its resources.
Definition at line 84 of file EnvVariables.h.
|
static |
Environmental Variable that points to the Root folder of the engine.
Definition at line 54 of file EnvVariables.h.
Referenced by trUtil::PathUtils::GetRootPath().
|
static |
Environmental Variable that points to the User Data folder of the engine The Data folder should have the log files and general art and user content If this variable is not present the engine will search for the User Data Folder in Users Home and MyDocuments directories.
Definition at line 78 of file EnvVariables.h.
Referenced by trUtil::PathUtils::GetUserDataPath().