MercuryObject::ParentHoldPair Struct Reference

[internal] Data structure to hold information about objects More...

#include <MercuryObject.h>

Collaboration diagram for MercuryObject::ParentHoldPair:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ParentHoldPair (MercuryObject *o=NULL)
bool operator< (const ParentHoldPair &r) const
bool operator>= (const ParentHoldPair &r) const

Public Attributes

MercuryObjectpObject
bool bAutoDelete

Detailed Description

[internal] Data structure to hold information about objects

Definition at line 32 of file MercuryObject.h.


Constructor & Destructor Documentation

MercuryObject::ParentHoldPair::ParentHoldPair ( MercuryObject o = NULL  )  [inline]

Definition at line 34 of file MercuryObject.h.


Member Function Documentation

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.


Member Data Documentation

MercuryObject* MercuryObject::ParentHoldPair::pObject

Definition at line 38 of file MercuryObject.h.

bool MercuryObject::ParentHoldPair::bAutoDelete

Definition at line 39 of file MercuryObject.h.


The documentation for this struct was generated from the following file:
Hosted by SourceForge.net Logo