OpenMW
|
#include <store.hpp>
Public Member Functions | |
Store () | |
![]() | |
IndexedStore () | |
iterator | begin () const |
iterator | end () const |
void | load (ESM::ESMReader &esm) |
int | getSize () const |
void | setUp () |
const ESM::Skill * | search (int index) const |
const ESM::Skill * | find (int index) const |
Additional Inherited Members | |
![]() | |
typedef std::map< int, ESM::Skill >::const_iterator | iterator |
![]() | |
typedef std::map< int, ESM::Skill > | Static |
![]() | |
Static | mStatic |
MWWorld::Store< ESM::Skill >::Store | ( | ) |