Namespaces |
namespace | anonymous_namespace{unshieldthread.cpp} |
Defines |
#define | FIX(setting) add_setting(category, setting, get_setting(category, setting, inx), ini) |
Functions |
static bool | anonymous_namespace{unshieldthread.cpp}::make_sure_directory_exists (bfs::path directory) |
void | anonymous_namespace{unshieldthread.cpp}::fill_path (bfs::path &path, const std::string &name) |
std::string | anonymous_namespace{unshieldthread.cpp}::get_setting (const std::string &category, const std::string &setting, const std::string &inx) |
std::string | anonymous_namespace{unshieldthread.cpp}::read_to_string (const bfs::path &path) |
void | anonymous_namespace{unshieldthread.cpp}::add_setting (const std::string &category, const std::string &setting, const std::string &val, std::string &ini) |
void | anonymous_namespace{unshieldthread.cpp}::bloodmoon_fix_ini (std::string &ini, const bfs::path inxPath) |
void | anonymous_namespace{unshieldthread.cpp}::fix_ini (const bfs::path &output_dir, bfs::path cdPath, bool tribunal, bool bloodmoon) |
void | anonymous_namespace{unshieldthread.cpp}::installToPath (const bfs::path &from, const bfs::path &to, bool copy=false) |
bfs::path | anonymous_namespace{unshieldthread.cpp}::findFile (const bfs::path &in, std::string filename, bool recursive=true) |
bool | anonymous_namespace{unshieldthread.cpp}::contains (const bfs::path &in, std::string filename) |
time_t | anonymous_namespace{unshieldthread.cpp}::getTime (const char *time) |
void | anonymous_namespace{unshieldthread.cpp}::install_dfiles_outside (const bfs::path &from, const bfs::path &dFiles) |