|
OpenMW
|
#include <string>#include <vector>#include <list>#include "esmcommon.hpp"#include "defs.hpp"#include "cellref.hpp"#include "cellid.hpp"Go to the source code of this file.
Classes | |
| class | ESM::MovedCellRef |
| struct | ESM::CellRefTrackerPredicate |
| struct | ESM::Cell |
| struct | ESM::Cell::DATAstruct |
| struct | ESM::Cell::AMBIstruct |
Namespaces | |
| MWWorld | |
| World data. | |
| ESM | |
| ESM/ESP records. | |
Typedefs | |
| typedef std::list< MovedCellRef > | ESM::MovedCellRefTracker |
| typedef std::list< std::pair < CellRef, bool > > | ESM::CellRefTracker |
Functions | |
| bool | ESM::operator== (const MovedCellRef &ref, const RefNum &refNum) |
| Overloaded compare operator used to search inside a list of cell refs. More... | |
| bool | ESM::operator== (const CellRef &ref, const RefNum &refNum) |
1.8.6