#include "config_cache.hpp"#include "filesystem.hpp"#include "foreach.hpp"#include "gettext.hpp"#include "game_config.hpp"#include "game_display.hpp"#include "log.hpp"#include "marked-up_text.hpp"#include "show_dialog.hpp"#include "sha1.hpp"#include "serialization/binary_or_text.hpp"#include "serialization/parser.hpp"#include "version.hpp"#include <boost/algorithm/string/replace.hpp>
Go to the source code of this file.
Classes | |
| struct | game_config::output |
Namespaces | |
| namespace | game_config |
Game configuration data as global variables. | |
Defines | |
| #define | GETTEXT_DOMAIN "wesnoth-lib" |
| #define | ERR_CACHE LOG_STREAM(err, log_cache) |
| #define | LOG_CACHE LOG_STREAM(info, log_cache) |
| #define | DBG_CACHE LOG_STREAM(debug, log_cache) |
Functions | |
| static bool | game_config::compare_define (const preproc_map::value_type &a, const preproc_map::value_type &b) |
Variables | |
| static lg::log_domain | log_cache ("cache") |
| #define DBG_CACHE LOG_STREAM(debug, log_cache) |
Definition at line 37 of file config_cache.cpp.
Referenced by game_config::config_cache::add_define(), game_config::output::operator()(), game_config::config_cache::read_cache(), game_config::config_cache::read_defines_file(), and game_config::config_cache::remove_define().
| #define ERR_CACHE LOG_STREAM(err, log_cache) |
Definition at line 35 of file config_cache.cpp.
Referenced by game_config::config_cache::read_cache().
| #define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 16 of file config_cache.cpp.
| #define LOG_CACHE LOG_STREAM(info, log_cache) |
Definition at line 36 of file config_cache.cpp.
Referenced by game_config::config_cache::clear_defines(), and game_config::config_cache::read_cache().
lg::log_domain log_cache("cache") [static] |
| Generated by doxygen 1.7.1 on Thu May 24 2012 01:03:44 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |