Pointer to a const LiveCellRef.
More...
#include <ptr.hpp>
Pointer to a const LiveCellRef.
- Note
- a Ptr can be implicitely converted to a ConstPtr, but you can not convert a ConstPtr to a Ptr.
const CellStore* MWWorld::ConstPtr::getCell |
( |
| ) |
const |
|
inline |
const Class& MWWorld::ConstPtr::getClass |
( |
| ) |
const |
|
inline |
May return a 0-pointer, if reference is not in a container.
const RefData& MWWorld::ConstPtr::getRefData |
( |
| ) |
const |
|
inline |
const std::string & MWWorld::ConstPtr::getTypeName |
( |
| ) |
const |
bool MWWorld::ConstPtr::isEmpty |
( |
| ) |
const |
|
inline |
bool MWWorld::ConstPtr::isInCell |
( |
| ) |
const |
|
inline |
MWWorld::ConstPtr::operator const void * |
( |
| ) |
|
Return a 0-pointer, if Ptr is empty; return a non-0-pointer, if Ptr is not empty.
The documentation for this class was generated from the following files:
- /home/travis/build/OpenMW/openmw/apps/openmw/mwworld/ptr.hpp
- /home/travis/build/OpenMW/openmw/apps/openmw/mwworld/ptr.cpp