|
OpenMW
|
#include <store.hpp>
Public Types | |
| typedef std::vector < ESM::Attribute > ::const_iterator | iterator |
Public Types inherited from MWWorld::IndexedStore< ESM::Attribute > | |
| typedef std::map< int, 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 |
Public Member Functions inherited from MWWorld::IndexedStore< ESM::Attribute > | |
| IndexedStore () | |
| iterator | begin () const |
| iterator | end () const |
| void | load (ESM::ESMReader &esm) |
| int | getSize () const |
| void | setUp () |
| const ESM::Attribute * | search (int index) const |
| const ESM::Attribute * | find (int index) const |
Private Attributes | |
| std::vector< ESM::Attribute > | mStatic |
Additional Inherited Members | |
Protected Types inherited from MWWorld::IndexedStore< ESM::Attribute > | |
| typedef std::map< int, ESM::Attribute > | Static |
Protected Attributes inherited from MWWorld::IndexedStore< ESM::Attribute > | |
| Static | mStatic |
| typedef std::vector<ESM::Attribute>::const_iterator MWWorld::Store< ESM::Attribute >::iterator |
| MWWorld::Store< ESM::Attribute >::Store | ( | ) |
| Store< ESM::Attribute >::iterator MWWorld::Store< ESM::Attribute >::begin | ( | ) | const |
| Store< ESM::Attribute >::iterator MWWorld::Store< ESM::Attribute >::end | ( | ) | const |
| const ESM::Attribute * MWWorld::Store< ESM::Attribute >::find | ( | size_t | index | ) | const |
| size_t MWWorld::Store< ESM::Attribute >::getSize | ( | ) | const |
| const ESM::Attribute * MWWorld::Store< ESM::Attribute >::search | ( | size_t | index | ) | const |
| void MWWorld::Store< ESM::Attribute >::setUp | ( | ) |
|
private |
1.8.6