#include <partition.h>
Inheritance diagram for PartitionParent:
Public Member Functions | |
PartitionParent () | |
PartitionParent (IRefCount< Partition > *ptr) | |
MDObjectPtr | operator[] (const char *ChildName) |
Child access operators that overcome dereferencing problems with SmartPtrs. | |
MDObjectPtr | operator[] (MDOTypePtr ChildType) |
MDObjectPtr | operator[] (const UL &ChildType) |
MDObjectPtr | operator[] (ULPtr &ChildType) |
PartitionParent | ( | ) | [inline] |
PartitionParent | ( | IRefCount< Partition > * | ptr | ) | [inline] |
MDObjectPtr operator[] | ( | const char * | ChildName | ) |
Child access operators that overcome dereferencing problems with SmartPtrs.
MDObjectPtr operator[] | ( | MDOTypePtr | ChildType | ) |
MDObjectPtr operator[] | ( | const UL & | ChildType | ) |
MDObjectPtr operator[] | ( | ULPtr & | ChildType | ) |