Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Functions | |
void | TriggerAllHooks (const std::multimap< CStr, std::function< void()> > &hooks, const CStr &name) |
template<typename T > | |
void | Get (const CStr &value, T &ret) |
template<> | |
void | Get (const CStr &value, bool &ret) |
template<> | |
void | Get (const CStr &value, std::string &ret) |
std::string | EscapeString (const CStr &str) |
Variables | |
const std::unordered_set< std::string > | g_UnloggedEntries |
std::string anonymous_namespace{ConfigDB.cpp}::EscapeString | ( | const CStr & | str | ) |
void anonymous_namespace{ConfigDB.cpp}::Get | ( | const CStr & | value, |
bool & | ret | ||
) |
void anonymous_namespace{ConfigDB.cpp}::Get | ( | const CStr & | value, |
std::string & | ret | ||
) |
void anonymous_namespace{ConfigDB.cpp}::TriggerAllHooks | ( | const std::multimap< CStr, std::function< void()> > & | hooks, |
const CStr & | name | ||
) |
const std::unordered_set<std::string> anonymous_namespace{ConfigDB.cpp}::g_UnloggedEntries |