Go to the source code of this file.
|
| template<class KEYTYPE , class VALTYPE > |
| VALTYPE | MinVR::ConfigVal (KEYTYPE keyString, const VALTYPE &defaultVal, bool warn=true) |
| |
| std::string | MinVR::ConfigVal (QUOTED_STRING keyString, QUOTED_STRING defaultVal, bool warn=true) |
| |
| std::string | MinVR::ConfigVal (QUOTED_STRING keyString, std::string defaultVal, bool warn=true) |
| |
| std::string | MinVR::ConfigVal (std::string keyString, QUOTED_STRING defaultVal, bool warn=true) |
| |
| std::string | MinVR::ConfigVal (std::string keyString, std::string defaultVal, bool warn=true) |
| |
| #define BOOST_ASSERT_MSG_OSTREAM std::cout |
| #define QUOTED_STRING char * |