MinVR  0.9.0
A multi-platform virtual reality library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces | Constant Groups | Macros | Functions
ConfigVal.H File Reference

Go to the source code of this file.

Classes

class  MinVR::ConfigValMap
 

Namespaces

 MinVR
 

Constant Groups

 MinVR
 

Macros

#define BOOST_ASSERT_MSG_OSTREAM   std::cout
 
#define QUOTED_STRING   char *
 

Functions

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)
 

Macro Definition Documentation

#define BOOST_ASSERT_MSG_OSTREAM   std::cout
#define QUOTED_STRING   char *