#include <metadata.h>
Inheritance diagram for DMSegmentPtr:

Public Member Functions | |
| DMSegmentPtr () | |
| Build a NULL pointer.   | |
| DMSegmentPtr (IRefCount< Component > *ptr) | |
| Build a pointer to an existing object.   | |
| 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) | 
| DMSegmentPtr | ( | ) |  [inline] | 
        
Build a NULL pointer.
| DMSegmentPtr | ( | IRefCount< Component > * | 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] | 
        
 1.5.1-p1