#include <metadata.h>
Inheritance diagram for DMSourceClipPtr:
Public Member Functions | |
DMSourceClipPtr () | |
Build a NULL pointer. | |
DMSourceClipPtr (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) |
DMSourceClipPtr | ( | ) | [inline] |
Build a NULL pointer.
DMSourceClipPtr | ( | IRefCount< Component > * | ptr | ) | [inline] |
Build a pointer to an existing object.
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] |