Go to the source code of this file.
Namespaces | |
namespace | IS3D |
Classes | |
class | IS3D::ConfigMap |
Functions | |
template<class KEYTYPE, class VALTYPE> | |
VALTYPE | IS3D::ConfigVal (KEYTYPE keyString, const VALTYPE &defaultVal, bool warn=true) |
std::string | IS3D::ConfigVal (QUOTED_STRING keyString, QUOTED_STRING defaultVal, bool warn=true) |
std::string | IS3D::ConfigVal (QUOTED_STRING keyString, std::string defaultVal, bool warn=true) |
std::string | IS3D::ConfigVal (std::string keyString, QUOTED_STRING defaultVal, bool warn=true) |
std::string | IS3D::ConfigVal (std::string keyString, std::string defaultVal, bool warn=true) |