#include "global.hpp"
#include "filesystem.hpp"
#include "log.hpp"
#include "persist_context.hpp"
#include "persist_manager.hpp"
#include "serialization/binary_or_text.hpp"
#include "serialization/parser.hpp"
#include "util.hpp"
Go to the source code of this file.
Functions | |
config | pack_scalar (const std::string &name, const t_string &val) |
static std::string | get_persist_cfg_name (const std::string &name_space) |
|
static |
Definition at line 32 of file persist_context.cpp.
References filesystem::get_dir(), and filesystem::get_user_data_dir().
Referenced by persist_file_context::load(), and persist_file_context::save_context().
config pack_scalar | ( | const std::string & | name, |
const t_string & | val | ||
) |
Definition at line 25 of file persist_context.cpp.
Referenced by persist_file_context::get_var(), and set_global_variable().