| 
| 
static void  | Setup (void) | 
|   | 
| 
static void  | SetupSettings (int core) | 
|   | 
| 
static void  | SetupTrustStore (const std::vector< String > &trustStorePaths, const String &trustStoreEditPath) | 
|   | 
| 
static void  | SetupIdentityStore (const std::vector< String > &identityStorePaths, const String &identityStoreEditPath) | 
|   | 
| 
static void  | Dispose (void) | 
|   | 
| 
static int64  | GetTickCount (void) | 
|   | 
| 
static Endianness  | GetEndianness (void) | 
|   | 
| 
static String  | GetVariable (const char *variableName) | 
|   | 
| 
template<class T >  | 
| static bool  | GetVariableValue (const char *variableName, T &result) | 
|   | 
| 
static bool  | GetVariableValue (const char *variableName, String &value) | 
|   | 
| 
template<class T >  | 
| static bool  | GetDefaultVariableValue (const char *variableName, T &result) | 
|   | 
| 
static bool  | GetDefaultVariableValue (const char *variableName, String &value) | 
|   | 
| 
template<class T >  | 
| static bool  | AddVariable (const char *variableName, const T &value) | 
|   | 
| 
static bool  | AddVariable (const char *variableName, const String &value) | 
|   | 
| 
template<class T >  | 
| static bool  | AddOverriddenVariable (const char *variableName, const T &value) | 
|   | 
| 
static bool  | AddOverriddenVariable (const char *variableName, const String &value) | 
|   | 
| 
static bool  | SetVariable (const char *variableName, const String &value) | 
|   | 
The documentation for this class was generated from the following file: