OpenMW
Classes | Namespaces | Functions
apps/openmw/mwworld/ptr.hpp File Reference
#include "cellstore.hpp"
#include "livecellref.hpp"

Go to the source code of this file.

Classes

class  MWWorld::Ptr
 Pointer to a LiveCellRef. More...

Namespaces

namespace  MWWorld
 

World data.


Functions

bool MWWorld::operator== (const Ptr &left, const Ptr &right)
bool MWWorld::operator!= (const Ptr &left, const Ptr &right)
bool MWWorld::operator< (const Ptr &left, const Ptr &right)
bool MWWorld::operator>= (const Ptr &left, const Ptr &right)
bool MWWorld::operator> (const Ptr &left, const Ptr &right)
bool MWWorld::operator<= (const Ptr &left, const Ptr &right)