![]() |
XMP Toolkit SDK
6.0.0
|
Classes | |
class | IArrayNode_v1 |
Version1 of the interface that represents an Array Node of XMP DOM. More... | |
class | IClientDOMParser_v1 |
Version 1 of the interface that supports parsing by the client supplied parser of the XMP Data Model. More... | |
class | IClientDOMSerializer_v1 |
Version 1 of the interface that supports serializing by the client supplied serializer of the XMP Data Model. More... | |
class | ICompositeNode_v1 |
Version1 of the interface that serves as a base interface to all composite types of nodes in the XMP DOM ( like Arrays and Structures ). More... | |
class | ICoreConfigurationManager_v1 |
Version1 of the interface that represents configuration settings controllable by the client. More... | |
class | ICoreObjectFactory_v1 |
Version1 of a interface that represents a factory to create various artifacts of XMP DOM like array, structure, path etc. More... | |
class | IDOMImplementationRegistry_v1 |
Version1 of the interface that serves as a database/registry of all the parsers and serializers available with the XMPCore library. More... | |
class | IDOMParser_v1 |
Version 1 of the interface that supports parsing of the XMP Data Model. More... | |
class | IDOMSerializer_v1 |
Version1 of the interface that represents an object that can serialize an XMP Data Model to a buffer. Provides the functions to serialize the XMP Data Model. More... | |
class | IMetadata_v1 |
Version1 of the interface that represents the whole xmp metadata for an asset. More... | |
class | IMetadataConverterUtils_v1 |
Version1 of the interface that represents an utility functions that can convert old xmp object(SXMPMeta) to new xmp object(IMetadata) and vice versa. More... | |
class | INameSpacePrefixMap_v1 |
Version1 of the interface that represents map where each entry consists of prefix string as the key and corresponding nameSpace string as its value. More... | |
class | INode_v1 |
Version1 of the interface that serves as a base interface to all types of nodes in the XMP DOM. More... | |
class | INodeIterator_v1 |
Interface that represents an iterator over the mutable children of a XMP DOM Node. More... | |
class | IPath_v1 |
Version1 of the interface that provides an easy iterative description of a specific path into the XMP tree. More... | |
class | IPathSegment_v1 |
Version1 of the interface that represents one segment in a path to a node into the XMP tree. More... | |
class | ISimpleNode_v1 |
Version1 of the interface that represents a Simple Property Node of XMP DOM. More... | |
class | IStructureNode_v1 |
Version1 of the interface that represents a structure Node of XMP DOM. More... | |
Enumerations | |
enum | eDataModelErrorCode { kDMECNone = 0, kDMECNameSpacePrefixMapEntryMissing = 1, kDMECDifferentNodeTypePresent = 2, kDMECNodeAlreadyAChild = 3, kDMECNodeAlreadyExists = 4, kDMECNoSuchNodeExists = 5, kDMECArrayItemTypeDifferent = 6, kDMECInvalidPathSegment = 7, kDMECBadSchema = 101, kDMECBadXPath = 102, kDMECBadOptions = 103, kDMECBadIterPosition = 104, kDMECBadUnicode = 105, kDMECValidationError = 106, kDMECEmptyIterator = 107, kDMECMaxValue = kMaxEnumValue } |
enum | eParserErrorCode { kPECNone = 0, kPECBadXML = 1, kPECBadRDF = 2, kPECBadXMP = 3, kPECInvalidContextNode = 4, kPECContextNodeIsNonComposite = 5, kPECContextNodeParentIsNonArray = 6, kPECMaxValue = kMaxEnumValue } |
Indicates various errors encountered during parsing. More... | |
enum | eSerializerErrorCode { kSECNone = 0, kSECSizeExceed = 1, kSECUnRegisteredNameSpace = 2, kSECMaxValue = kMaxEnumValue } |
Indicates various errors encountered during serialization. More... | |
Functions | |
typedef | BASE_CLASS (INameSpacePrefixMap, INAMESPACEPREFIXMAP_VERSION) INameSpacePrefixMap |
static const uint64 | kINameSpacePrefixMapID (0x634e5350724d6170) |
typedef | BASE_CLASS (IPathSegment, IPATHSEGMENT_VERSION) IPathSegment |
static const uint64 | kIPathSegmentID (0x6350617468536567) |
typedef | BASE_CLASS (IPath, IPATH_VERSION) IPath |
static const uint64 | kIPathID (0x6350617468202020) |
typedef | BASE_CLASS (INode, INODE_VERSION) INode |
static const uint64 | kINodeID (0x634e6f6465202020) |
typedef | BASE_CLASS (ISimpleNode, ISIMPLENODE_VERSION) ISimpleNode |
static const uint64 | kISimpleNodeID (0x63536d6c4e6f6465) |
typedef | BASE_CLASS (ICompositeNode, ICOMPOSITENODE_VERSION) ICompositeNode |
static const uint64 | kICompositeNodeID (0x63436d704e6f6465) |
typedef | BASE_CLASS (IStructureNode, ISTRUCTURENODE_VERSION) IStructureNode |
static const uint64 | kIStructureNodeID (0x635374724e6f6465) |
typedef | BASE_CLASS (IArrayNode, IARRAYNODE_VERSION) IArrayNode |
static const uint64 | kIArrayNodeID (0x634172724e6f6465) |
typedef | BASE_CLASS (INodeIterator, INODEITERATOR_VERSION) INodeIterator |
static const uint64 | kINodeIteratorID (0x634e6f6465497420) |
typedef | BASE_CLASS (IMetadata, IMETADATA_VERSION) IMetadata |
static const uint64 | kIMetadataID (0x634d657461646174) |
typedef | BASE_CLASS (IClientDOMParser, ICLIENTDOMPARSER_VERSION) IClientDOMParser |
typedef | BASE_CLASS (IClientDOMSerializer, ICLIENTDOMSERIALIZER_VERSION) IClientDOMSerializer |
typedef | BASE_CLASS (IDOMParser, IDOMPARSER_VERSION) IDOMParser |
static const uint64 | kIDOMParserID (0x63444f4d50727372) |
typedef | BASE_CLASS (IDOMSerializer, IDOMSERIALIZER_VERSION) IDOMSerializer |
static const uint64 | kIDOMSerializerID (0x63444f4d53726c7a) |
typedef | BASE_CLASS (IDOMImplementationRegistry, IDOMIMPLEMENTATIONREGISTRY_VERSION) IDOMImplementationRegistry |
static const uint64 | kIDOMImplementationRegistryID (0x63444f4d52677374) |
typedef | BASE_CLASS (ICoreObjectFactory, ICOREOBJECTFACTORY_VERSION) ICoreObjectFactory |
static const uint64 | kICoreObjectFactoryID (0x634f626a46616374) |
typedef | BASE_CLASS (ICoreConfigurationManager, ICORECONFIGURATIONMANAGER_VERSION) ICoreConfigurationManager |
static const uint64 | kICoreConfigurationManagerID (0x63436f6e664d6772) |
typedef | BASE_CLASS (IMetadataConverterUtils, IMETADATACONVERTERUTILS_VERSION) IMetadataConverterUtils |
static const uint64 | kIMetadataConverterUtilsID (0x63436F6E5574696C) |
Definition at line 108 of file XMPCoreFwdDeclarations.h.
Definition at line 144 of file XMPCoreFwdDeclarations.h.
Definition at line 153 of file XMPCoreFwdDeclarations.h.
Definition at line 84 of file XMPCoreFwdDeclarations.h.
Definition at line 208 of file XMPCoreFwdDeclarations.h.
Definition at line 198 of file XMPCoreFwdDeclarations.h.
Definition at line 186 of file XMPCoreFwdDeclarations.h.
Definition at line 162 of file XMPCoreFwdDeclarations.h.
Definition at line 174 of file XMPCoreFwdDeclarations.h.
Definition at line 132 of file XMPCoreFwdDeclarations.h.
Definition at line 220 of file XMPCoreFwdDeclarations.h.
Definition at line 24 of file XMPCoreFwdDeclarations.h.
typedef INode_v1 AdobeXMPCore::INode_base |
Definition at line 60 of file XMPCoreFwdDeclarations.h.
Definition at line 120 of file XMPCoreFwdDeclarations.h.
typedef IPath_v1 AdobeXMPCore::IPath_base |
Definition at line 48 of file XMPCoreFwdDeclarations.h.
Definition at line 36 of file XMPCoreFwdDeclarations.h.
Definition at line 72 of file XMPCoreFwdDeclarations.h.
Definition at line 96 of file XMPCoreFwdDeclarations.h.
typedef IArrayNode* AdobeXMPCore::pIArrayNode |
Definition at line 113 of file XMPCoreFwdDeclarations.h.
Definition at line 110 of file XMPCoreFwdDeclarations.h.
typedef IClientDOMParser* AdobeXMPCore::pIClientDOMParser |
Definition at line 149 of file XMPCoreFwdDeclarations.h.
Definition at line 146 of file XMPCoreFwdDeclarations.h.
typedef IClientDOMSerializer* AdobeXMPCore::pIClientDOMSerializer |
Definition at line 158 of file XMPCoreFwdDeclarations.h.
Definition at line 155 of file XMPCoreFwdDeclarations.h.
typedef ICompositeNode* AdobeXMPCore::pICompositeNode |
Definition at line 89 of file XMPCoreFwdDeclarations.h.
Definition at line 86 of file XMPCoreFwdDeclarations.h.
typedef ICoreConfigurationManager* AdobeXMPCore::pICoreConfigurationManager |
Definition at line 213 of file XMPCoreFwdDeclarations.h.
Definition at line 210 of file XMPCoreFwdDeclarations.h.
typedef ICoreObjectFactory* AdobeXMPCore::pICoreObjectFactory |
Definition at line 203 of file XMPCoreFwdDeclarations.h.
Definition at line 200 of file XMPCoreFwdDeclarations.h.
typedef IDOMImplementationRegistry* AdobeXMPCore::pIDOMImplementationRegistry |
Definition at line 191 of file XMPCoreFwdDeclarations.h.
Definition at line 188 of file XMPCoreFwdDeclarations.h.
typedef IDOMParser* AdobeXMPCore::pIDOMParser |
Definition at line 167 of file XMPCoreFwdDeclarations.h.
Definition at line 164 of file XMPCoreFwdDeclarations.h.
typedef IDOMSerializer* AdobeXMPCore::pIDOMSerializer |
Definition at line 179 of file XMPCoreFwdDeclarations.h.
Definition at line 176 of file XMPCoreFwdDeclarations.h.
typedef IMetadata* AdobeXMPCore::pIMetadata |
Definition at line 137 of file XMPCoreFwdDeclarations.h.
Definition at line 134 of file XMPCoreFwdDeclarations.h.
typedef IMetadataConverterUtils* AdobeXMPCore::pIMetadataConverterUtils |
Definition at line 225 of file XMPCoreFwdDeclarations.h.
Definition at line 222 of file XMPCoreFwdDeclarations.h.
typedef INameSpacePrefixMap* AdobeXMPCore::pINameSpacePrefixMap |
Definition at line 29 of file XMPCoreFwdDeclarations.h.
Definition at line 26 of file XMPCoreFwdDeclarations.h.
typedef INode* AdobeXMPCore::pINode |
Definition at line 65 of file XMPCoreFwdDeclarations.h.
typedef INode_v1* AdobeXMPCore::pINode_base |
Definition at line 62 of file XMPCoreFwdDeclarations.h.
typedef INodeIterator* AdobeXMPCore::pINodeIterator |
Definition at line 125 of file XMPCoreFwdDeclarations.h.
Definition at line 122 of file XMPCoreFwdDeclarations.h.
typedef IPath* AdobeXMPCore::pIPath |
Definition at line 53 of file XMPCoreFwdDeclarations.h.
typedef IPath_v1* AdobeXMPCore::pIPath_base |
Definition at line 50 of file XMPCoreFwdDeclarations.h.
typedef IPathSegment* AdobeXMPCore::pIPathSegment |
Definition at line 41 of file XMPCoreFwdDeclarations.h.
Definition at line 38 of file XMPCoreFwdDeclarations.h.
typedef ISimpleNode* AdobeXMPCore::pISimpleNode |
Definition at line 77 of file XMPCoreFwdDeclarations.h.
Definition at line 74 of file XMPCoreFwdDeclarations.h.
typedef IStructureNode* AdobeXMPCore::pIStructureNode |
Definition at line 101 of file XMPCoreFwdDeclarations.h.
Definition at line 98 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< const IArrayNode > AdobeXMPCore::spcIArrayNode |
Definition at line 116 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< const ICompositeNode > AdobeXMPCore::spcICompositeNode |
Definition at line 92 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< const ICoreConfigurationManager > AdobeXMPCore::spcICoreConfigurationManager |
Definition at line 216 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< const IDOMImplementationRegistry > AdobeXMPCore::spcIDOMImplementationRegistry |
Definition at line 194 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< const IDOMParser > AdobeXMPCore::spcIDOMParser |
Definition at line 170 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< const IDOMSerializer > AdobeXMPCore::spcIDOMSerializer |
Definition at line 182 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< const IMetadata > AdobeXMPCore::spcIMetadata |
Definition at line 140 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< const IMetadataConverterUtils > AdobeXMPCore::spcIMetadataConverterUtils |
Definition at line 228 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< const INameSpacePrefixMap > AdobeXMPCore::spcINameSpacePrefixMap |
Definition at line 32 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< const INode > AdobeXMPCore::spcINode |
Definition at line 68 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< const INodeIterator > AdobeXMPCore::spcINodeIterator |
Definition at line 128 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< const IPath > AdobeXMPCore::spcIPath |
Definition at line 56 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< const IPathSegment > AdobeXMPCore::spcIPathSegment |
Definition at line 44 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< const ISimpleNode > AdobeXMPCore::spcISimpleNode |
Definition at line 80 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< const IStructureNode > AdobeXMPCore::spcIStructureNode |
Definition at line 104 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< IArrayNode > AdobeXMPCore::spIArrayNode |
Definition at line 115 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< ICompositeNode > AdobeXMPCore::spICompositeNode |
Definition at line 91 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< ICoreConfigurationManager > AdobeXMPCore::spICoreConfigurationManager |
Definition at line 215 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< IDOMImplementationRegistry > AdobeXMPCore::spIDOMImplementationRegistry |
Definition at line 193 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< IDOMParser > AdobeXMPCore::spIDOMParser |
Definition at line 169 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< IDOMSerializer > AdobeXMPCore::spIDOMSerializer |
Definition at line 181 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< IMetadata > AdobeXMPCore::spIMetadata |
Definition at line 139 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< IMetadataConverterUtils > AdobeXMPCore::spIMetadataConverterUtils |
Definition at line 227 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< INameSpacePrefixMap > AdobeXMPCore::spINameSpacePrefixMap |
Definition at line 31 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< INode > AdobeXMPCore::spINode |
Definition at line 67 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< INodeIterator > AdobeXMPCore::spINodeIterator |
Definition at line 127 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< IPath > AdobeXMPCore::spIPath |
Definition at line 55 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< IPathSegment > AdobeXMPCore::spIPathSegment |
Definition at line 43 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< ISimpleNode > AdobeXMPCore::spISimpleNode |
Definition at line 79 of file XMPCoreFwdDeclarations.h.
typedef shared_ptr< IStructureNode > AdobeXMPCore::spIStructureNode |
Definition at line 103 of file XMPCoreFwdDeclarations.h.
Definition at line 20 of file XMPCoreErrorCodes.h.
Indicates various errors encountered during parsing.
Definition at line 73 of file XMPCoreErrorCodes.h.
Indicates various errors encountered during serialization.
Definition at line 102 of file XMPCoreErrorCodes.h.
typedef AdobeXMPCore::BASE_CLASS | ( | IArrayNode | , |
IARRAYNODE_VERSION | |||
) |
typedef AdobeXMPCore::BASE_CLASS | ( | IClientDOMParser | , |
ICLIENTDOMPARSER_VERSION | |||
) |
typedef AdobeXMPCore::BASE_CLASS | ( | IClientDOMSerializer | , |
ICLIENTDOMSERIALIZER_VERSION | |||
) |
typedef AdobeXMPCore::BASE_CLASS | ( | ICompositeNode | , |
ICOMPOSITENODE_VERSION | |||
) |
typedef AdobeXMPCore::BASE_CLASS | ( | ICoreConfigurationManager | , |
ICORECONFIGURATIONMANAGER_VERSION | |||
) |
typedef AdobeXMPCore::BASE_CLASS | ( | ICoreObjectFactory | , |
ICOREOBJECTFACTORY_VERSION | |||
) |
typedef AdobeXMPCore::BASE_CLASS | ( | IDOMImplementationRegistry | , |
IDOMIMPLEMENTATIONREGISTRY_VERSION | |||
) |
typedef AdobeXMPCore::BASE_CLASS | ( | IDOMParser | , |
IDOMPARSER_VERSION | |||
) |
typedef AdobeXMPCore::BASE_CLASS | ( | IDOMSerializer | , |
IDOMSERIALIZER_VERSION | |||
) |
typedef AdobeXMPCore::BASE_CLASS | ( | IMetadata | , |
IMETADATA_VERSION | |||
) |
typedef AdobeXMPCore::BASE_CLASS | ( | IMetadataConverterUtils | , |
IMETADATACONVERTERUTILS_VERSION | |||
) |
typedef AdobeXMPCore::BASE_CLASS | ( | INameSpacePrefixMap | , |
INAMESPACEPREFIXMAP_VERSION | |||
) |
typedef AdobeXMPCore::BASE_CLASS | ( | INode | , |
INODE_VERSION | |||
) |
typedef AdobeXMPCore::BASE_CLASS | ( | INodeIterator | , |
INODEITERATOR_VERSION | |||
) |
typedef AdobeXMPCore::BASE_CLASS | ( | IPath | , |
IPATH_VERSION | |||
) |
typedef AdobeXMPCore::BASE_CLASS | ( | IPathSegment | , |
IPATHSEGMENT_VERSION | |||
) |
typedef AdobeXMPCore::BASE_CLASS | ( | ISimpleNode | , |
ISIMPLENODE_VERSION | |||
) |
typedef AdobeXMPCore::BASE_CLASS | ( | IStructureNode | , |
ISTRUCTURENODE_VERSION | |||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
const typedef IArrayNode* AdobeXMPCore::pcIArrayNode |
Definition at line 114 of file XMPCoreFwdDeclarations.h.
const typedef IArrayNode_v1* AdobeXMPCore::pcIArrayNode_base |
Definition at line 111 of file XMPCoreFwdDeclarations.h.
const typedef IClientDOMParser* AdobeXMPCore::pcIClientDOMParser |
Definition at line 150 of file XMPCoreFwdDeclarations.h.
const typedef IClientDOMParser_v1* AdobeXMPCore::pcIClientDOMParser_base |
Definition at line 147 of file XMPCoreFwdDeclarations.h.
const typedef IClientDOMSerializer* AdobeXMPCore::pcIClientDOMSerializer |
Definition at line 159 of file XMPCoreFwdDeclarations.h.
const typedef IClientDOMSerializer_v1* AdobeXMPCore::pcIClientDOMSerializer_base |
Definition at line 156 of file XMPCoreFwdDeclarations.h.
const typedef ICompositeNode* AdobeXMPCore::pcICompositeNode |
Definition at line 90 of file XMPCoreFwdDeclarations.h.
const typedef ICompositeNode_v1* AdobeXMPCore::pcICompositeNode_base |
Definition at line 87 of file XMPCoreFwdDeclarations.h.
const typedef ICoreConfigurationManager* AdobeXMPCore::pcICoreConfigurationManager |
Definition at line 214 of file XMPCoreFwdDeclarations.h.
const typedef ICoreConfigurationManager_v1* AdobeXMPCore::pcICoreConfigurationManager_base |
Definition at line 211 of file XMPCoreFwdDeclarations.h.
const typedef ICoreObjectFactory* AdobeXMPCore::pcICoreObjectFactory |
Definition at line 204 of file XMPCoreFwdDeclarations.h.
const typedef ICoreObjectFactory_v1* AdobeXMPCore::pcICoreObjectFactory_base |
Definition at line 201 of file XMPCoreFwdDeclarations.h.
const typedef IDOMImplementationRegistry* AdobeXMPCore::pcIDOMImplementationRegistry |
Definition at line 192 of file XMPCoreFwdDeclarations.h.
const typedef IDOMImplementationRegistry_v1* AdobeXMPCore::pcIDOMImplementationRegistry_base |
Definition at line 189 of file XMPCoreFwdDeclarations.h.
const typedef IDOMParser* AdobeXMPCore::pcIDOMParser |
Definition at line 168 of file XMPCoreFwdDeclarations.h.
const typedef IDOMParser_v1* AdobeXMPCore::pcIDOMParser_base |
Definition at line 165 of file XMPCoreFwdDeclarations.h.
const typedef IDOMSerializer* AdobeXMPCore::pcIDOMSerializer |
Definition at line 180 of file XMPCoreFwdDeclarations.h.
const typedef IDOMSerializer_v1* AdobeXMPCore::pcIDOMSerializer_base |
Definition at line 177 of file XMPCoreFwdDeclarations.h.
const typedef IMetadata* AdobeXMPCore::pcIMetadata |
Definition at line 138 of file XMPCoreFwdDeclarations.h.
const typedef IMetadata_v1* AdobeXMPCore::pcIMetadata_base |
Definition at line 135 of file XMPCoreFwdDeclarations.h.
const typedef IMetadataConverterUtils* AdobeXMPCore::pcIMetadataConverterUtils |
Definition at line 226 of file XMPCoreFwdDeclarations.h.
const typedef IMetadataConverterUtils_v1* AdobeXMPCore::pcIMetadataConverterUtils_base |
Definition at line 223 of file XMPCoreFwdDeclarations.h.
const typedef INameSpacePrefixMap* AdobeXMPCore::pcINameSpacePrefixMap |
Definition at line 30 of file XMPCoreFwdDeclarations.h.
const typedef INameSpacePrefixMap_v1* AdobeXMPCore::pcINameSpacePrefixMap_base |
Definition at line 27 of file XMPCoreFwdDeclarations.h.
const typedef INode* AdobeXMPCore::pcINode |
Definition at line 66 of file XMPCoreFwdDeclarations.h.
const typedef INode_v1* AdobeXMPCore::pcINode_base |
Definition at line 63 of file XMPCoreFwdDeclarations.h.
const typedef INodeIterator* AdobeXMPCore::pcINodeIterator |
Definition at line 126 of file XMPCoreFwdDeclarations.h.
const typedef INodeIterator_v1* AdobeXMPCore::pcINodeIterator_base |
Definition at line 123 of file XMPCoreFwdDeclarations.h.
const typedef IPath* AdobeXMPCore::pcIPath |
Definition at line 54 of file XMPCoreFwdDeclarations.h.
const typedef IPath_v1* AdobeXMPCore::pcIPath_base |
Definition at line 51 of file XMPCoreFwdDeclarations.h.
const typedef IPathSegment* AdobeXMPCore::pcIPathSegment |
Definition at line 42 of file XMPCoreFwdDeclarations.h.
const typedef IPathSegment_v1* AdobeXMPCore::pcIPathSegment_base |
Definition at line 39 of file XMPCoreFwdDeclarations.h.
const typedef ISimpleNode* AdobeXMPCore::pcISimpleNode |
Definition at line 78 of file XMPCoreFwdDeclarations.h.
const typedef ISimpleNode_v1* AdobeXMPCore::pcISimpleNode_base |
Definition at line 75 of file XMPCoreFwdDeclarations.h.
const typedef IStructureNode* AdobeXMPCore::pcIStructureNode |
Definition at line 102 of file XMPCoreFwdDeclarations.h.
const typedef IStructureNode_v1* AdobeXMPCore::pcIStructureNode_base |
Definition at line 99 of file XMPCoreFwdDeclarations.h.