5#ifndef __IDOMMETADATA_H__
6#define __IDOMMETADATA_H__
99#define IDOMMetadataClassID 0x4bc2067b, 0x6b5644dc, 0xa6dd49d9, 0xc2c77c5b
174#define edlobj2IDOMMetadata(src) edl_cast((IDOMMetadata *)NULL, src)
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
Stores a "property" value that is tagged with an enumeration value that indicates the underlying type...
Definition edlproperty.h:31
#define _END_EDL_DOM_NAMESPACE
Definition edlnamespaces.h:110
#define _BEGIN_EDL_DOM_NAMESPACE
Definition edlnamespaces.h:109
EDL uses the concept of a "property" that can store a value that has one of a number of different typ...
EDLString and EDLSysString classes and associated EDL string manipulation functions.
std::string EDLSysString
Definition edlstring.h:158
EDL "standard" types including known bit-length signed and unsigned integer type[def]s and definition...
#define EDL_API
Definition edltypes.h:86
EDL iterator template classes designed to allow iteration over the contents of a collection....
#define DECL_SMART_PTR(cls)
Definition smartptr.h:211