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