1 #ifndef GAME_MWWORLD_CELLREFLIST_H
2 #define GAME_MWWORLD_CELLREFLIST_H
15 typedef std::list<LiveRef>
List;
29 mList.push_back(item);
36 for (
typename List::iterator it =
mList.begin(); it !=
mList.end();)
Definition: livecellref.hpp:77
LiveRef & insert(const LiveRef &item)
Definition: cellreflist.hpp:27
Definition: cellref.hpp:14
Definition: esmstore.hpp:17
LiveCellRef< X > LiveRef
Definition: cellreflist.hpp:14
void load(ESM::CellRef &ref, bool deleted, const MWWorld::ESMStore &esmStore)
Definition: cellstore.cpp:178
std::list< LiveRef > List
Definition: cellreflist.hpp:15
List mList
Definition: cellreflist.hpp:16
Definition: cellref.hpp:34
Collection of references of one type.
Definition: cellreflist.hpp:12