Go to the source code of this file.
Classes | |
class | persist_context |
struct | persist_context::name_space |
class | persist_file_context |
Macros | |
#define | LOG_PERSIST LOG_STREAM(info, log_persist) |
#define | ERR_PERSist LOG_STREAM(err, log_persist) |
Functions | |
config | pack_scalar (const std::string &, const t_string &) |
Variables | |
static lg::log_domain | log_persist ("engine/persistence") |
#define ERR_PERSist LOG_STREAM(err, log_persist) |
Definition at line 22 of file persist_context.hpp.
#define LOG_PERSIST LOG_STREAM(info, log_persist) |
Definition at line 21 of file persist_context.hpp.
Referenced by persist_file_context::load(), persist_file_context::save_context(), verify_and_clear_global_variable(), verify_and_get_global_variable(), and verify_and_set_global_variable().
config pack_scalar | ( | const std::string & | , |
const t_string & | |||
) |
Definition at line 25 of file persist_context.cpp.
Referenced by persist_file_context::get_var(), and set_global_variable().
|
static |