ManaPlus
|
Variables | |
bool | mLoaded = false |
std::vector< BasicStat > | mBasicStats |
std::map< std::string, std::vector< BasicStat > > | mStats |
std::vector< std::string > | mPages |
std::vector<BasicStat> anonymous_namespace{statdb.cpp}::mBasicStats |
Definition at line 39 of file statdb.cpp.
Referenced by StatDb::addDefaultStats(), StatDb::getBasicStats(), loadBasicStats(), StatDb::loadXmlFile(), and StatDb::unload().
bool anonymous_namespace{statdb.cpp}::mLoaded = false |
Definition at line 38 of file statdb.cpp.
Referenced by StatDb::load(), and StatDb::unload().
std::vector<std::string> anonymous_namespace{statdb.cpp}::mPages |
Definition at line 41 of file statdb.cpp.
Referenced by StatDb::getPages(), loadStats(), and StatDb::unload().
std::map<std::string, std::vector <BasicStat> > anonymous_namespace{statdb.cpp}::mStats |
Definition at line 40 of file statdb.cpp.
Referenced by StatDb::getStats(), loadStats(), StatDb::loadXmlFile(), and StatDb::unload().