10#ifndef __EDLOBJECT_H__
11#define __EDLOBJECT_H__
111 IEDLObjectPtr cloned;
112 if (!src || !pFactory || !src->clone(cloned, pFactory) || !cloned)
An object to represent a 128-bit globally unique ID.
Definition objclassid.h:29
EDL Object Interface.
Definition iedlobject.h:31
virtual ~CClassParams()
Definition iedlobject.h:33
EDL Factory Interface allows one part of the EDL infrastructure to register class creation methods id...
Definition iedlfactory.h:31
IEDLObject is an abstract base class that is used by all classes that are intended to be created via ...
Definition iedlobject.h:53
virtual const CClassID & getClassID() const =0
Returns class ID of IEDLObject.
virtual bool clone(IEDLObjectPtr &ptrObject, IEDLClassFactory *pFactory)
Create a copy of EDLObject.
Definition iedlobject.h:82
virtual bool init(CClassParams *pData)
The init() method is called to perform any post-construction initialization of an IEDLObject that has...
Definition iedlobject.h:70
Base class Interface for all Reference Counted objects.
Definition ircobject.h:35
EDL_API void throwEDLError(uint32 errorcode)
Utility - Throw an IEDLError exception with the given error code.
#define _BEGIN_EDL_NAMESPACE
Definition edlnamespaces.h:75
#define _END_EDL_NAMESPACE
Definition edlnamespaces.h:76
EDL "standard" types including known bit-length signed and unsigned integer type[def]s and definition...
#define UNREFERENCED_PARAMETER(P)
Definition edltypes.h:71
@ EDL_ERR_UNDEFINED
Undefined error.
Definition edlerrors.h:28
CSmartPtr< Type > edl_cast(Type *dst, IEDLObjectPtr src)
Definition iedlobject.h:91
CSmartPtr< Type > clone(const CSmartPtr< Type > &src, IEDLClassFactory *pFactory)
Convenience template to clone a node, returning a reference to the clone using the original type....
Definition iedlobject.h:109
Interface for Reference Counted Object.
An object class ID is a 128-bit globally unique ID (i.e. a GUID). In EDL it is abstracted within a CC...
EDL smart pointers which, in conjunction with the IRCOject class, provide reference-counted and autom...
#define DECL_SMART_PTR(cls)
Definition smartptr.h:211
#define CSmartPtr
Definition smartptr.h:215