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