#include <list>#include <boost/utility.hpp>#include <boost/scoped_ptr.hpp>#include <boost/shared_ptr.hpp>#include "serialization/preprocessor.hpp"

Go to the source code of this file.
Classes | |
| class | game_config::scoped_preproc_define_internal< T > |
| Used to set and unset scoped defines to preproc_map. More... | |
| class | game_config::config_cache |
| Singleton class to manage game config file caching. More... | |
| class | game_config::config_cache_transaction |
| Used to share macros between cache objects You have to create transaction object to load all macros to memory and share them subsequent cache loads. More... | |
| class | game_config::fake_transaction |
| Holds a fake cache transaction if no real one is used. More... | |
Namespaces | |
| game_config | |
| Game configuration data as global variables. | |
Typedefs | |
| typedef scoped_preproc_define_internal < config_cache > | game_config::scoped_preproc_define |
1.8.8