OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions
loadcell.hpp File Reference
#include <string>
#include <vector>
#include <list>
#include "esmcommon.hpp"
#include "defs.hpp"
#include "cellref.hpp"
#include "cellid.hpp"
Include dependency graph for loadcell.hpp:
This graph shows which files directly or indirectly include this file:

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)