OpenMW
|
#include <store.hpp>
Public Types | |
typedef std::vector < ESM::Attribute > ::const_iterator | iterator |
Public Member Functions | |
Store () | |
const ESM::Attribute * | search (size_t index) const |
const ESM::Attribute * | find (size_t index) const |
void | setUp () |
size_t | getSize () const |
iterator | begin () const |
iterator | end () const |
Private Attributes | |
std::vector< ESM::Attribute > | mStatic |
typedef std::vector<ESM::Attribute>::const_iterator MWWorld::Store< ESM::Attribute >::iterator |
Reimplemented from MWWorld::IndexedStore< ESM::Attribute >.
MWWorld::Store< ESM::Attribute >::Store | ( | ) | [inline] |
iterator MWWorld::Store< ESM::Attribute >::begin | ( | ) | const [inline] |
Reimplemented from MWWorld::IndexedStore< ESM::Attribute >.
iterator MWWorld::Store< ESM::Attribute >::end | ( | ) | const [inline] |
Reimplemented from MWWorld::IndexedStore< ESM::Attribute >.
const ESM::Attribute* MWWorld::Store< ESM::Attribute >::find | ( | size_t | index | ) | const [inline] |
size_t MWWorld::Store< ESM::Attribute >::getSize | ( | ) | const [inline] |
Reimplemented from MWWorld::IndexedStore< ESM::Attribute >.
const ESM::Attribute* MWWorld::Store< ESM::Attribute >::search | ( | size_t | index | ) | const [inline] |
void MWWorld::Store< ESM::Attribute >::setUp | ( | ) | [inline] |
Reimplemented from MWWorld::IndexedStore< ESM::Attribute >.
std::vector<ESM::Attribute> MWWorld::Store< ESM::Attribute >::mStatic [private] |
Reimplemented from MWWorld::IndexedStore< ESM::Attribute >.