#include <MObject.h>

Public Member Functions | |
| MObject (void) | |
| void | operator delete (void *p) |
| void * | operator new (size_t nSize) |
| virtual string | ToString () |
| virtual | ~MObject (void) |
Private Attributes | |
| int | referenceCount |
| size_t | thisSize |
Friends | |
| void | intrusive_ptr_add_ref (MObject *p) |
| void | intrusive_ptr_release (MObject *p) |
| momdp::MObject::MObject | ( | void | ) |
Definition at line 11 of file MObject.cpp.
| momdp::MObject::~MObject | ( | void | ) | [virtual] |
Definition at line 16 of file MObject.cpp.
| void momdp::MObject::operator delete | ( | void * | p | ) |
Definition at line 45 of file MObject.cpp.
| void * momdp::MObject::operator new | ( | size_t | nSize | ) |
Definition at line 19 of file MObject.cpp.
| string momdp::MObject::ToString | ( | ) | [virtual] |
Reimplemented in momdp::MOMDP, momdp::CoLoc, momdp::Map2DPosValue, and momdp::VariableValue.
Definition at line 55 of file MObject.cpp.
| void intrusive_ptr_add_ref | ( | MObject * | p | ) | [friend] |
| void intrusive_ptr_release | ( | MObject * | p | ) | [friend] |
int momdp::MObject::referenceCount [private] |
size_t momdp::MObject::thisSize [private] |