OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Typedefs
settings.hpp File Reference
#include <set>
#include <map>
#include <string>
Include dependency graph for settings.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Settings::Manager
 Settings management (can change during runtime) More...
 

Namespaces

 Settings
 

Typedefs

typedef std::pair< std::string,
std::string > 
Settings::CategorySetting
 
typedef std::set< std::pair
< std::string, std::string > > 
Settings::CategorySettingVector
 
typedef std::map
< CategorySetting, std::string > 
Settings::CategorySettingValueMap