OpenMW
Public Types | Public Member Functions | Public Attributes
MWWorld::CellRefList< X > Struct Template Reference

A list of cell references. More...

#include <cellstore.hpp>

List of all members.

Public Types

typedef LiveCellRef< X > LiveRef
typedef std::list< LiveRefList

Public Member Functions

void load (ESM::CellRef &ref, const MWWorld::ESMStore &esmStore)
LiveReffind (const std::string &name)
LiveRefinsert (const LiveRef &item)

Public Attributes

List mList

Detailed Description

template<typename X>
struct MWWorld::CellRefList< X >

A list of cell references.


Member Typedef Documentation

template<typename X>
typedef std::list<LiveRef> MWWorld::CellRefList< X >::List
template<typename X>
typedef LiveCellRef<X> MWWorld::CellRefList< X >::LiveRef

Member Function Documentation

template<typename X>
LiveRef* MWWorld::CellRefList< X >::find ( const std::string &  name) [inline]
template<typename X>
LiveRef& MWWorld::CellRefList< X >::insert ( const LiveRef item) [inline]
template<typename X >
void MWWorld::CellRefList< X >::load ( ESM::CellRef ref,
const MWWorld::ESMStore esmStore 
)
Note:
no longer redundant - changed to Store<X>::search(), don't throw an exception on miss, try to continue (that's how MW does it, anyway)

Member Data Documentation

template<typename X>
List MWWorld::CellRefList< X >::mList

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