#include <MercuryObject.h>
Collaboration diagram for MercuryObject::ParentHoldPair:
Public Member Functions | |
ParentHoldPair (MercuryObject *o=NULL) | |
bool | operator< (const ParentHoldPair &r) const |
bool | operator>= (const ParentHoldPair &r) const |
Public Attributes | |
MercuryObject * | pObject |
bool | bAutoDelete |
Definition at line 32 of file MercuryObject.h.
MercuryObject::ParentHoldPair::ParentHoldPair | ( | MercuryObject * | o = NULL |
) | [inline] |
Definition at line 34 of file MercuryObject.h.
bool MercuryObject::ParentHoldPair::operator< | ( | const ParentHoldPair & | r | ) | const [inline] |
Definition at line 35 of file MercuryObject.h.
bool MercuryObject::ParentHoldPair::operator>= | ( | const ParentHoldPair & | r | ) | const [inline] |
Definition at line 36 of file MercuryObject.h.
Definition at line 38 of file MercuryObject.h.
Definition at line 39 of file MercuryObject.h.