MinVR::ConfigMap::ConfigMap |
( |
) | |
|
|
inline |
MinVR::ConfigMap::ConfigMap |
( |
const std::string & |
filename) | |
|
|
inline |
MinVR::ConfigMap::ConfigMap |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
bool |
exitOnUnrecognizedArgument |
|
) |
| |
Create a map by reading in arguments that specify files to load and/or individual mappings
virtual MinVR::ConfigMap::~ConfigMap |
( |
) | |
|
|
inlinevirtual |
bool MinVR::ConfigMap::containsKey |
( |
const std::string & |
keyString) | |
|
void MinVR::ConfigMap::debugPrint |
( |
) | |
|
template<class VALTYPE >
VALTYPE MinVR::ConfigMap::get |
( |
std::string |
keyString, |
|
|
const VALTYPE & |
defaultVal |
|
) |
| |
|
inline |
std::string MinVR::ConfigMap::get |
( |
QUOTED_STRING |
keyString, |
|
|
std::string |
defaultVal |
|
) |
| |
|
inline |
std::string MinVR::ConfigMap::get |
( |
std::string |
keyString, |
|
|
QUOTED_STRING |
defaultVal |
|
) |
| |
|
inline |
std::string MinVR::ConfigMap::get |
( |
std::string |
keyString, |
|
|
std::string |
defaultVal |
|
) |
| |
|
inline |
std::string MinVR::ConfigMap::getValue |
( |
const std::string & |
keyString) | |
|
void MinVR::ConfigMap::printArgumentHelpAndExit |
( |
const std::string & |
programName) | |
|
bool MinVR::ConfigMap::readFile |
( |
const std::string & |
filename) | |
|
template<class T >
bool MinVR::ConfigMap::retypeString |
( |
const std::string & |
str, |
|
|
T & |
val |
|
) |
| |
|
inline |
void MinVR::ConfigMap::set |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
The documentation for this class was generated from the following file: