OpenMW
|
A list of cell references. More...
#include <cellstore.hpp>
Public Types | |
typedef LiveCellRef< X > | LiveRef |
typedef std::list< LiveRef > | List |
Public Member Functions | |
void | load (ESM::CellRef &ref, const MWWorld::ESMStore &esmStore) |
LiveRef * | find (const std::string &name) |
LiveRef & | insert (const LiveRef &item) |
Public Attributes | |
List | mList |
A list of cell references.
typedef std::list<LiveRef> MWWorld::CellRefList< X >::List |
typedef LiveCellRef<X> MWWorld::CellRefList< X >::LiveRef |
LiveRef* MWWorld::CellRefList< X >::find | ( | const std::string & | name | ) | [inline] |
LiveRef& MWWorld::CellRefList< X >::insert | ( | const LiveRef & | item | ) | [inline] |
void MWWorld::CellRefList< X >::load | ( | ESM::CellRef & | ref, |
const MWWorld::ESMStore & | esmStore | ||
) |
List MWWorld::CellRefList< X >::mList |