Typedefs | |
typedef std::map< int, MonsterInfo * > | MonsterInfos |
typedef MonsterInfos::iterator | MonsterInfoIterator |
Functions | |
void | load () |
void | unload () |
const MonsterInfo & | get (int id) |
typedef MonsterInfos::iterator MonsterDB::MonsterInfoIterator |
Definition at line 41 of file monsterdb.h.
typedef std::map<int, MonsterInfo*> MonsterDB::MonsterInfos |
Definition at line 40 of file monsterdb.h.
const MonsterInfo & MonsterDB::get | ( | int | id | ) |
Definition at line 159 of file monsterdb.cpp.
void MonsterDB::load | ( | ) |
Definition at line 39 of file monsterdb.cpp.
void MonsterDB::unload | ( | ) |
Definition at line 150 of file monsterdb.cpp.