OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Types | Public Member Functions | Protected Types | Protected Attributes | List of all members
MWWorld::IndexedStore< T > Class Template Reference

#include <store.hpp>

Collaboration diagram for MWWorld::IndexedStore< T >:

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
 

Member Typedef Documentation

template<class T>
typedef std::map<int, T>::const_iterator MWWorld::IndexedStore< T >::iterator
template<class T>
typedef std::map<int, T> MWWorld::IndexedStore< T >::Static
protected

Constructor & Destructor Documentation

template<typename T >
MWWorld::IndexedStore< T >::IndexedStore ( )

Member Function Documentation

template<typename T >
IndexedStore< T >::iterator MWWorld::IndexedStore< T >::begin ( ) const

Here is the caller graph for this function:

template<typename T >
IndexedStore< T >::iterator MWWorld::IndexedStore< T >::end ( ) const

Here is the caller graph for this function:

template<typename T >
const T * MWWorld::IndexedStore< T >::find ( int  index) const
template<typename T >
int MWWorld::IndexedStore< T >::getSize ( ) const
template<typename T >
void MWWorld::IndexedStore< T >::load ( ESM::ESMReader esm)

Here is the caller graph for this function:

template<typename T >
const T * MWWorld::IndexedStore< T >::search ( int  index) const
template<typename T >
void MWWorld::IndexedStore< T >::setUp ( )

Here is the caller graph for this function:

Member Data Documentation

template<class T>
Static MWWorld::IndexedStore< T >::mStatic
protected

The documentation for this class was generated from the following files: