|
OpenMW
|
#include <store.hpp>
Public Types | |
| typedef std::map< int, T > ::const_iterator | iterator |
Public Member Functions | |
| IndexedStore () | |
| iterator | begin () const |
| iterator | end () const |
| void | load (ESM::ESMReader &esm) |
| int | getSize () const |
| void | setUp () |
| const T * | search (int index) const |
| const T * | find (int index) const |
Protected Types | |
| typedef std::map< int, T > | Static |
Protected Attributes | |
| Static | mStatic |
| typedef std::map<int, T>::const_iterator MWWorld::IndexedStore< T >::iterator |
|
protected |
| MWWorld::IndexedStore< T >::IndexedStore | ( | ) |
| IndexedStore< T >::iterator MWWorld::IndexedStore< T >::begin | ( | ) | const |
| IndexedStore< T >::iterator MWWorld::IndexedStore< T >::end | ( | ) | const |
| const T * MWWorld::IndexedStore< T >::find | ( | int | index | ) | const |
| int MWWorld::IndexedStore< T >::getSize | ( | ) | const |
| void MWWorld::IndexedStore< T >::load | ( | ESM::ESMReader & | esm | ) |
| const T * MWWorld::IndexedStore< T >::search | ( | int | index | ) | const |
| void MWWorld::IndexedStore< T >::setUp | ( | ) |
|
protected |
1.8.6