1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>C:/XMP/XMP-Toolkit-SDK-CC201607/XMP-Toolkit-SDK-CC201607/public/include/XMPCore/Interfaces/IPath.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<img src="xmp_tagline_small.jpg" width="125" height="50" border="0"><p>
<!-- Generated by Doxygen 1.8.11 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('IPath_8h_source.html','');});
</script>
<div id="doc-content">
<div class="header">
<div class="headertitle">
<div class="title">IPath.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="IPath_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor">#ifndef __IPath_h__</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#define __IPath_h__ 1</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> </div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">// =================================================================================================</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">// Copyright 2014 Adobe Systems Incorporated</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">// All Rights Reserved.</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">//</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">// of the Adobe license agreement accompanying it.</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">// =================================================================================================</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> </div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#include "<a class="code" href="XMPCoreFwdDeclarations_8h.html">XMPCore/XMPCoreFwdDeclarations.h</a>"</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor">#include "<a class="code" href="ISharedObject_8h.html">XMPCommon/Interfaces/BaseInterfaces/ISharedObject.h</a>"</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor">#include "<a class="code" href="IVersionable_8h.html">XMPCommon/Interfaces/BaseInterfaces/IVersionable.h</a>"</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> </div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="keyword">namespace </span><a class="code" href="namespaceAdobeXMPCore.html">AdobeXMPCore</a> {</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> </div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="classAdobeXMPCore_1_1IPath__v1.html"> 26</a></span>  <span class="keyword">class </span><a class="code" href="XMP__Environment_8h.html#aac6a4810b1f485f147ab833be63f4d7b">XMP_PUBLIC</a> <a class="code" href="classAdobeXMPCore_1_1IPath__v1.html">IPath_v1</a></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  : <span class="keyword">public</span> <span class="keyword">virtual</span> <a class="code" href="classAdobeXMPCommon_1_1ISharedObject.html">ISharedObject</a></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  , <span class="keyword">public</span> <span class="keyword">virtual</span> <a class="code" href="classAdobeXMPCommon_1_1IVersionable.html">IVersionable</a></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  {</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  <span class="keyword">public</span>:</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> </div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <span class="keyword">virtual</span> <a class="code" href="namespaceAdobeXMPCore.html#a22f9e572045a61aa3cfc629a0d877d72">spcINameSpacePrefixMap</a> APICALL RegisterNameSpacePrefixMap( <span class="keyword">const</span> <a class="code" href="namespaceAdobeXMPCore.html#a22f9e572045a61aa3cfc629a0d877d72">spcINameSpacePrefixMap</a> & map ) = 0;</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> </div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <span class="keyword">virtual</span> <a class="code" href="namespaceAdobeXMPCommon.html#ac9d7760a1805b1e28828511a2c8c5588">spIUTF8String</a> APICALL Serialize( <span class="keyword">const</span> <a class="code" href="namespaceAdobeXMPCore.html#a22f9e572045a61aa3cfc629a0d877d72">spcINameSpacePrefixMap</a> & map = <a class="code" href="namespaceAdobeXMPCore.html#a22f9e572045a61aa3cfc629a0d877d72">spcINameSpacePrefixMap</a>() ) <span class="keyword">const</span> = 0;</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span> </div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> APICALL AppendPathSegment( <span class="keyword">const</span> <a class="code" href="namespaceAdobeXMPCore.html#a98ce40154ef1c1d92f2077c8211f2a9c">spcIPathSegment</a> & segment ) = 0;</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span> </div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <span class="keyword">virtual</span> <a class="code" href="namespaceAdobeXMPCore.html#a98ce40154ef1c1d92f2077c8211f2a9c">spcIPathSegment</a> APICALL RemovePathSegment( <a class="code" href="namespaceAdobeXMPCommon.html#a1c85c2f558b495c3d41eabe692a96cf2">sizet</a> index ) = 0;</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span> </div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="keyword">virtual</span> <a class="code" href="namespaceAdobeXMPCore.html#a98ce40154ef1c1d92f2077c8211f2a9c">spcIPathSegment</a> APICALL GetPathSegment( <a class="code" href="namespaceAdobeXMPCommon.html#a1c85c2f558b495c3d41eabe692a96cf2">sizet</a> index ) <span class="keyword">const</span> = 0;</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span> </div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="keyword">virtual</span> <a class="code" href="namespaceAdobeXMPCommon.html#a1c85c2f558b495c3d41eabe692a96cf2">sizet</a> APICALL Size() <span class="keyword">const</span> <a class="code" href="XMPCommonDefines_8h.html#a5a929113d3d50bda3fb7135a5c8b24a2">__NOTHROW__</a> = 0;</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span> </div><div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="classAdobeXMPCore_1_1IPath__v1.html#ac6b2215fb0cf7e14d96915bcbdd6d5c8"> 89</a></span>  <a class="code" href="XMP__Environment_8h.html#a917e8e3f02685ec390fa3aee270f7747">XMP_PRIVATE</a> <span class="keywordtype">bool</span> <a class="code" href="classAdobeXMPCore_1_1IPath__v1.html#ac6b2215fb0cf7e14d96915bcbdd6d5c8">IsEmpty</a>()<span class="keyword"> const </span>{</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <span class="keywordflow">return</span> Size() == 0;</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  }</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span> </div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> APICALL Clear() __NOTHROW__ = 0;</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span> </div><div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  <span class="keyword">virtual</span> <a class="code" href="namespaceAdobeXMPCore.html#aa54f5ed241da9437ad01c1047a199f56">spIPath</a> APICALL Clone( <a class="code" href="namespaceAdobeXMPCommon.html#a1c85c2f558b495c3d41eabe692a96cf2">sizet</a> startingIndex = 1, <a class="code" href="namespaceAdobeXMPCommon.html#a1c85c2f558b495c3d41eabe692a96cf2">sizet</a> countOfSegments = <a class="code" href="namespaceAdobeXMPCommon.html#a509d67aa4eb5b6a31db63f448d2a2343">kMaxSize</a> ) <span class="keyword">const</span> = 0;</div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span> </div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  </div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  <span class="keyword">virtual</span> <a class="code" href="namespaceAdobeXMPCore.html#abce7d351f3258b3edfb1c96e7d2d4945">pIPath</a> APICALL GetActualIPath() __NOTHROW__ = 0;</div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <a class="code" href="XMP__Environment_8h.html#a917e8e3f02685ec390fa3aee270f7747">XMP_PRIVATE</a> <a class="code" href="namespaceAdobeXMPCore.html#a277f8ceb2e7074edb4ce6c3bc906a71c">pcIPath</a> GetActualIPath() <span class="keyword">const</span> __NOTHROW__ {</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  <span class="keywordflow">return</span> <span class="keyword">const_cast<</span> <a class="code" href="classAdobeXMPCore_1_1IPath__v1.html">IPath_v1</a> * <span class="keyword">></span>( this )->GetActualIPath();</div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  }</div><div class="line"><a name="l00124"></a><span class="lineno"> 124</span> </div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  <span class="keyword">virtual</span> <a class="code" href="namespaceAdobeXMPCore__Int.html#ac72d014801c316df78e38687d0c11aa7">AdobeXMPCore_Int::pIPath_I</a> APICALL GetIPath_I() __NOTHROW__ = 0;</div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span> </div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  <a class="code" href="XMP__Environment_8h.html#a917e8e3f02685ec390fa3aee270f7747">XMP_PRIVATE</a> <a class="code" href="namespaceAdobeXMPCore__Int.html#aa917512a62ab131edf95fab4e6ba7067">AdobeXMPCore_Int::pcIPath_I</a> GetIPath_I() <span class="keyword">const</span> __NOTHROW__ {</div><div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  <span class="keywordflow">return</span> <span class="keyword">const_cast<</span> <a class="code" href="classAdobeXMPCore_1_1IPath__v1.html">IPath_v1</a> * <span class="keyword">></span>( this )->GetIPath_I();</div><div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  }</div><div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  </div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  <a class="code" href="XMP__Environment_8h.html#a917e8e3f02685ec390fa3aee270f7747">XMP_PRIVATE</a> <span class="keyword">static</span> <a class="code" href="namespaceAdobeXMPCore.html#aa54f5ed241da9437ad01c1047a199f56">spIPath</a> MakeShared( <a class="code" href="classAdobeXMPCore_1_1IPath__v1.html">pIPath_base</a> ptr );</div><div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  <a class="code" href="XMP__Environment_8h.html#a917e8e3f02685ec390fa3aee270f7747">XMP_PRIVATE</a> <span class="keyword">static</span> <a class="code" href="namespaceAdobeXMPCore.html#aa01e44df0f17d2a1d959710ec856261c">spcIPath</a> MakeShared( <a class="code" href="classAdobeXMPCore_1_1IPath__v1.html">pcIPath_base</a> ptr ) {</div><div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  <span class="keywordflow">return</span> MakeShared( const_cast< pIPath_base >( ptr ) );</div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  }</div><div class="line"><a name="l00150"></a><span class="lineno"> 150</span> </div><div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  <a class="code" href="XMP__Environment_8h.html#a917e8e3f02685ec390fa3aee270f7747">XMP_PRIVATE</a> <span class="keyword">static</span> <a class="code" href="namespaceAdobeXMPCommon.html#aea1d692da07b844d1f642b47ea6a91bd">uint64</a> GetInterfaceID() { <span class="keywordflow">return</span> <a class="code" href="namespaceAdobeXMPCore.html#a169bb4bbf2a32d4201625eca17bde615">kIPathID</a>; }</div><div class="line"><a name="l00156"></a><span class="lineno"> 156</span> </div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  <a class="code" href="XMP__Environment_8h.html#a917e8e3f02685ec390fa3aee270f7747">XMP_PRIVATE</a> <span class="keyword">static</span> <a class="code" href="namespaceAdobeXMPCommon.html#a0b1bbe96e1a757e66974c2f076afe4d2">uint32</a> GetInterfaceVersion() { <span class="keywordflow">return</span> 1; }</div><div class="line"><a name="l00163"></a><span class="lineno"> 163</span> </div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  <span class="comment">// static factory functions</span></div><div class="line"><a name="l00165"></a><span class="lineno"> 165</span> </div><div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  <a class="code" href="XMP__Environment_8h.html#a917e8e3f02685ec390fa3aee270f7747">XMP_PRIVATE</a> <span class="keyword">static</span> <a class="code" href="namespaceAdobeXMPCore.html#aa54f5ed241da9437ad01c1047a199f56">spIPath</a> CreatePath();</div><div class="line"><a name="l00171"></a><span class="lineno"> 171</span> </div><div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  <a class="code" href="XMP__Environment_8h.html#a917e8e3f02685ec390fa3aee270f7747">XMP_PRIVATE</a> <span class="keyword">static</span> <a class="code" href="namespaceAdobeXMPCore.html#aa54f5ed241da9437ad01c1047a199f56">spIPath</a> ParsePath( <span class="keyword">const</span> <span class="keywordtype">char</span> * path, <a class="code" href="namespaceAdobeXMPCommon.html#a1c85c2f558b495c3d41eabe692a96cf2">sizet</a> pathLength, <span class="keyword">const</span> <a class="code" href="namespaceAdobeXMPCore.html#a22f9e572045a61aa3cfc629a0d877d72">spcINameSpacePrefixMap</a> & map );</div><div class="line"><a name="l00186"></a><span class="lineno"> 186</span> </div><div class="line"><a name="l00187"></a><span class="lineno"> 187</span> </div><div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  <span class="keyword">protected</span>:</div><div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="classAdobeXMPCore_1_1IPath__v1.html#ad2d1a79e6c8e270c1cb9acee09e7881e"> 192</a></span>  <span class="keyword">virtual</span> <a class="code" href="classAdobeXMPCore_1_1IPath__v1.html#ad2d1a79e6c8e270c1cb9acee09e7881e">~IPath_v1</a>() __NOTHROW__ {}</div><div class="line"><a name="l00193"></a><span class="lineno"> 193</span> </div><div class="line"><a name="l00195"></a><span class="lineno"> 195</span>  <span class="keyword">virtual</span> <a class="code" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html">pcINameSpacePrefixMap_base</a> APICALL registerNameSpacePrefixMap( <a class="code" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html">pcINameSpacePrefixMap_base</a> map, <a class="code" href="classAdobeXMPCommon_1_1IError__v1.html">pcIError_base</a> & error ) __NOTHROW__ = 0;</div><div class="line"><a name="l00196"></a><span class="lineno"> 196</span>  <span class="keyword">virtual</span> <a class="code" href="classAdobeXMPCommon_1_1IUTF8String__v1.html">pIUTF8String_base</a> APICALL serialize( <a class="code" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html">pcINameSpacePrefixMap_base</a> map, <a class="code" href="classAdobeXMPCommon_1_1IError__v1.html">pcIError_base</a> & error ) <span class="keyword">const</span> __NOTHROW__ = 0;</div><div class="line"><a name="l00197"></a><span class="lineno"> 197</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> APICALL appendPathSegment( <a class="code" href="classAdobeXMPCore_1_1IPathSegment__v1.html">pcIPathSegment_base</a> segment, <a class="code" href="classAdobeXMPCommon_1_1IError__v1.html">pcIError_base</a> & error ) __NOTHROW__ = 0;</div><div class="line"><a name="l00198"></a><span class="lineno"> 198</span>  <span class="keyword">virtual</span> <a class="code" href="classAdobeXMPCore_1_1IPathSegment__v1.html">pcIPathSegment_base</a> APICALL removePathSegment( <a class="code" href="namespaceAdobeXMPCommon.html#a1c85c2f558b495c3d41eabe692a96cf2">sizet</a> index, <a class="code" href="classAdobeXMPCommon_1_1IError__v1.html">pcIError_base</a> & error ) __NOTHROW__ = 0;</div><div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  <span class="keyword">virtual</span> <a class="code" href="classAdobeXMPCore_1_1IPathSegment__v1.html">pcIPathSegment_base</a> APICALL getPathSegment( <a class="code" href="namespaceAdobeXMPCommon.html#a1c85c2f558b495c3d41eabe692a96cf2">sizet</a> index, <a class="code" href="classAdobeXMPCommon_1_1IError__v1.html">pcIError_base</a> & error ) <span class="keyword">const</span> __NOTHROW__ = 0;</div><div class="line"><a name="l00200"></a><span class="lineno"> 200</span>  <span class="keyword">virtual</span> <a class="code" href="classAdobeXMPCore_1_1IPath__v1.html">pIPath_base</a> APICALL clone( <a class="code" href="namespaceAdobeXMPCommon.html#a1c85c2f558b495c3d41eabe692a96cf2">sizet</a> startingIndex, <a class="code" href="namespaceAdobeXMPCommon.html#a1c85c2f558b495c3d41eabe692a96cf2">sizet</a> countOfSegemetns, <a class="code" href="classAdobeXMPCommon_1_1IError__v1.html">pcIError_base</a> & error ) <span class="keyword">const</span> __NOTHROW__ = 0;</div><div class="line"><a name="l00201"></a><span class="lineno"> 201</span> </div><div class="line"><a name="l00202"></a><span class="lineno"> 202</span> </div><div class="line"><a name="l00203"></a><span class="lineno"> 203</span> <span class="preprocessor"> #ifdef FRIEND_CLASS_DECLARATION</span></div><div class="line"><a name="l00204"></a><span class="lineno"> 204</span>  FRIEND_CLASS_DECLARATION();</div><div class="line"><a name="l00205"></a><span class="lineno"> 205</span> <span class="preprocessor"> #endif</span></div><div class="line"><a name="l00206"></a><span class="lineno"> 206</span>  <a class="code" href="XMPCommonDefines_8h.html#a89e9297f497c2b3f1179788c31d24da4">REQ_FRIEND_CLASS_DECLARATION</a>();</div><div class="line"><a name="l00208"></a><span class="lineno"> 208</span> </div><div class="line"><a name="l00209"></a><span class="lineno"> 209</span>  };</div><div class="line"><a name="l00210"></a><span class="lineno"> 210</span> }</div><div class="line"><a name="l00211"></a><span class="lineno"> 211</span> </div><div class="line"><a name="l00212"></a><span class="lineno"> 212</span> <span class="preprocessor">#endif // __IPath_h__</span></div><div class="ttc" id="namespaceAdobeXMPCommon_html_aea1d692da07b844d1f642b47ea6a91bd"><div class="ttname"><a href="namespaceAdobeXMPCommon.html#aea1d692da07b844d1f642b47ea6a91bd">AdobeXMPCommon::uint64</a></div><div class="ttdeci">XMP_Uns64 uint64</div><div class="ttdef"><b>Definition:</b> <a href="XMPCommonDefines_8h_source.html#l00142">XMPCommonDefines.h:142</a></div></div>
<div class="ttc" id="namespaceAdobeXMPCommon_html_a509d67aa4eb5b6a31db63f448d2a2343"><div class="ttname"><a href="namespaceAdobeXMPCommon.html#a509d67aa4eb5b6a31db63f448d2a2343">AdobeXMPCommon::kMaxSize</a></div><div class="ttdeci">const sizet kMaxSize((sizet)-1)</div></div>
<div class="ttc" id="classAdobeXMPCore_1_1IPath__v1_html_ac6b2215fb0cf7e14d96915bcbdd6d5c8"><div class="ttname"><a href="classAdobeXMPCore_1_1IPath__v1.html#ac6b2215fb0cf7e14d96915bcbdd6d5c8">AdobeXMPCore::IPath_v1::IsEmpty</a></div><div class="ttdeci">XMP_PRIVATE bool IsEmpty() const </div><div class="ttdoc">To check whether path is empty or not. </div><div class="ttdef"><b>Definition:</b> <a href="IPath_8h_source.html#l00089">IPath.h:89</a></div></div>
<div class="ttc" id="classAdobeXMPCore_1_1IPath__v1_html_ad2d1a79e6c8e270c1cb9acee09e7881e"><div class="ttname"><a href="classAdobeXMPCore_1_1IPath__v1.html#ad2d1a79e6c8e270c1cb9acee09e7881e">AdobeXMPCore::IPath_v1::~IPath_v1</a></div><div class="ttdeci">virtual ~IPath_v1() __NOTHROW__</div><div class="ttdef"><b>Definition:</b> <a href="IPath_8h_source.html#l00192">IPath.h:192</a></div></div>
<div class="ttc" id="ISharedObject_8h_html"><div class="ttname"><a href="ISharedObject_8h.html">ISharedObject.h</a></div></div>
<div class="ttc" id="XMP__Environment_8h_html_aac6a4810b1f485f147ab833be63f4d7b"><div class="ttname"><a href="XMP__Environment_8h.html#aac6a4810b1f485f147ab833be63f4d7b">XMP_PUBLIC</a></div><div class="ttdeci">#define XMP_PUBLIC</div><div class="ttdef"><b>Definition:</b> <a href="XMP__Environment_8h_source.html#l00188">XMP_Environment.h:188</a></div></div>
<div class="ttc" id="XMPCommonDefines_8h_html_a5a929113d3d50bda3fb7135a5c8b24a2"><div class="ttname"><a href="XMPCommonDefines_8h.html#a5a929113d3d50bda3fb7135a5c8b24a2">__NOTHROW__</a></div><div class="ttdeci">#define __NOTHROW__</div><div class="ttdef"><b>Definition:</b> <a href="XMPCommonDefines_8h_source.html#l00117">XMPCommonDefines.h:117</a></div></div>
<div class="ttc" id="namespaceAdobeXMPCore_html_a98ce40154ef1c1d92f2077c8211f2a9c"><div class="ttname"><a href="namespaceAdobeXMPCore.html#a98ce40154ef1c1d92f2077c8211f2a9c">AdobeXMPCore::spcIPathSegment</a></div><div class="ttdeci">shared_ptr< const IPathSegment > spcIPathSegment</div><div class="ttdef"><b>Definition:</b> <a href="XMPCoreFwdDeclarations_8h_source.html#l00042">XMPCoreFwdDeclarations.h:42</a></div></div>
<div class="ttc" id="namespaceAdobeXMPCore__Int_html_ac72d014801c316df78e38687d0c11aa7"><div class="ttname"><a href="namespaceAdobeXMPCore__Int.html#ac72d014801c316df78e38687d0c11aa7">AdobeXMPCore_Int::pIPath_I</a></div><div class="ttdeci">IPath_I * pIPath_I</div><div class="ttdef"><b>Definition:</b> <a href="XMPCoreFwdDeclarations_8h_source.html#l00232">XMPCoreFwdDeclarations.h:232</a></div></div>
<div class="ttc" id="namespaceAdobeXMPCore_html_a22f9e572045a61aa3cfc629a0d877d72"><div class="ttname"><a href="namespaceAdobeXMPCore.html#a22f9e572045a61aa3cfc629a0d877d72">AdobeXMPCore::spcINameSpacePrefixMap</a></div><div class="ttdeci">shared_ptr< const INameSpacePrefixMap > spcINameSpacePrefixMap</div><div class="ttdef"><b>Definition:</b> <a href="XMPCoreFwdDeclarations_8h_source.html#l00030">XMPCoreFwdDeclarations.h:30</a></div></div>
<div class="ttc" id="namespaceAdobeXMPCore_html_a277f8ceb2e7074edb4ce6c3bc906a71c"><div class="ttname"><a href="namespaceAdobeXMPCore.html#a277f8ceb2e7074edb4ce6c3bc906a71c">AdobeXMPCore::pcIPath</a></div><div class="ttdeci">const IPath * pcIPath</div><div class="ttdef"><b>Definition:</b> <a href="XMPCoreFwdDeclarations_8h_source.html#l00052">XMPCoreFwdDeclarations.h:52</a></div></div>
<div class="ttc" id="namespaceAdobeXMPCore_html_aa54f5ed241da9437ad01c1047a199f56"><div class="ttname"><a href="namespaceAdobeXMPCore.html#aa54f5ed241da9437ad01c1047a199f56">AdobeXMPCore::spIPath</a></div><div class="ttdeci">shared_ptr< IPath > spIPath</div><div class="ttdef"><b>Definition:</b> <a href="XMPCoreFwdDeclarations_8h_source.html#l00053">XMPCoreFwdDeclarations.h:53</a></div></div>
<div class="ttc" id="namespaceAdobeXMPCore_html"><div class="ttname"><a href="namespaceAdobeXMPCore.html">AdobeXMPCore</a></div><div class="ttdef"><b>Definition:</b> <a href="IArrayNode_8h_source.html#l00016">IArrayNode.h:16</a></div></div>
<div class="ttc" id="classAdobeXMPCore_1_1INameSpacePrefixMap__v1_html"><div class="ttname"><a href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html">AdobeXMPCore::INameSpacePrefixMap_v1</a></div><div class="ttdoc">Version1 of the interface that represents map where each entry consists of prefix string as the key a...</div><div class="ttdef"><b>Definition:</b> <a href="INameSpacePrefixMap_8h_source.html#l00026">INameSpacePrefixMap.h:26</a></div></div>
<div class="ttc" id="namespaceAdobeXMPCore__Int_html_aa917512a62ab131edf95fab4e6ba7067"><div class="ttname"><a href="namespaceAdobeXMPCore__Int.html#aa917512a62ab131edf95fab4e6ba7067">AdobeXMPCore_Int::pcIPath_I</a></div><div class="ttdeci">const IPath_I * pcIPath_I</div><div class="ttdef"><b>Definition:</b> <a href="XMPCoreFwdDeclarations_8h_source.html#l00234">XMPCoreFwdDeclarations.h:234</a></div></div>
<div class="ttc" id="classAdobeXMPCommon_1_1IError__v1_html"><div class="ttname"><a href="classAdobeXMPCommon_1_1IError__v1.html">AdobeXMPCommon::IError_v1</a></div><div class="ttdoc">Version1 of the interface that represents an error/warning encountered during processing. </div><div class="ttdef"><b>Definition:</b> <a href="IError_8h_source.html#l00026">IError.h:26</a></div></div>
<div class="ttc" id="namespaceAdobeXMPCommon_html_a1c85c2f558b495c3d41eabe692a96cf2"><div class="ttname"><a href="namespaceAdobeXMPCommon.html#a1c85c2f558b495c3d41eabe692a96cf2">AdobeXMPCommon::sizet</a></div><div class="ttdeci">uint32 sizet</div><div class="ttdef"><b>Definition:</b> <a href="XMPCommonDefines_8h_source.html#l00146">XMPCommonDefines.h:146</a></div></div>
<div class="ttc" id="classAdobeXMPCommon_1_1ISharedObject_html"><div class="ttname"><a href="classAdobeXMPCommon_1_1ISharedObject.html">AdobeXMPCommon::ISharedObject</a></div><div class="ttdoc">Interface that serves as the base interface of all the externally exposed interfaces. </div><div class="ttdef"><b>Definition:</b> <a href="ISharedObject_8h_source.html#l00027">ISharedObject.h:27</a></div></div>
<div class="ttc" id="IVersionable_8h_html"><div class="ttname"><a href="IVersionable_8h.html">IVersionable.h</a></div></div>
<div class="ttc" id="namespaceAdobeXMPCore_html_aa01e44df0f17d2a1d959710ec856261c"><div class="ttname"><a href="namespaceAdobeXMPCore.html#aa01e44df0f17d2a1d959710ec856261c">AdobeXMPCore::spcIPath</a></div><div class="ttdeci">shared_ptr< const IPath > spcIPath</div><div class="ttdef"><b>Definition:</b> <a href="XMPCoreFwdDeclarations_8h_source.html#l00054">XMPCoreFwdDeclarations.h:54</a></div></div>
<div class="ttc" id="namespaceAdobeXMPCore_html_a169bb4bbf2a32d4201625eca17bde615"><div class="ttname"><a href="namespaceAdobeXMPCore.html#a169bb4bbf2a32d4201625eca17bde615">AdobeXMPCore::kIPathID</a></div><div class="ttdeci">static const uint64 kIPathID(0x6350617468202020)</div></div>
<div class="ttc" id="namespaceAdobeXMPCore_html_abce7d351f3258b3edfb1c96e7d2d4945"><div class="ttname"><a href="namespaceAdobeXMPCore.html#abce7d351f3258b3edfb1c96e7d2d4945">AdobeXMPCore::pIPath</a></div><div class="ttdeci">IPath * pIPath</div><div class="ttdef"><b>Definition:</b> <a href="XMPCoreFwdDeclarations_8h_source.html#l00051">XMPCoreFwdDeclarations.h:51</a></div></div>
<div class="ttc" id="XMPCommonDefines_8h_html_a89e9297f497c2b3f1179788c31d24da4"><div class="ttname"><a href="XMPCommonDefines_8h.html#a89e9297f497c2b3f1179788c31d24da4">REQ_FRIEND_CLASS_DECLARATION</a></div><div class="ttdeci">#define REQ_FRIEND_CLASS_DECLARATION()</div><div class="ttdef"><b>Definition:</b> <a href="XMPCommonDefines_8h_source.html#l00107">XMPCommonDefines.h:107</a></div></div>
<div class="ttc" id="classAdobeXMPCore_1_1IPath__v1_html"><div class="ttname"><a href="classAdobeXMPCore_1_1IPath__v1.html">AdobeXMPCore::IPath_v1</a></div><div class="ttdoc">Version1 of the interface that provides an easy iterative description of a specific path into the XMP...</div><div class="ttdef"><b>Definition:</b> <a href="IPath_8h_source.html#l00026">IPath.h:26</a></div></div>
<div class="ttc" id="classAdobeXMPCommon_1_1IVersionable_html"><div class="ttname"><a href="classAdobeXMPCommon_1_1IVersionable.html">AdobeXMPCommon::IVersionable</a></div><div class="ttdoc">Interface that serves as the base interface for all the externally exposed interfaces which needs to ...</div><div class="ttdef"><b>Definition:</b> <a href="IVersionable_8h_source.html#l00028">IVersionable.h:28</a></div></div>
<div class="ttc" id="XMP__Environment_8h_html_a917e8e3f02685ec390fa3aee270f7747"><div class="ttname"><a href="XMP__Environment_8h.html#a917e8e3f02685ec390fa3aee270f7747">XMP_PRIVATE</a></div><div class="ttdeci">#define XMP_PRIVATE</div><div class="ttdef"><b>Definition:</b> <a href="XMP__Environment_8h_source.html#l00189">XMP_Environment.h:189</a></div></div>
<div class="ttc" id="classAdobeXMPCommon_1_1IUTF8String__v1_html"><div class="ttname"><a href="classAdobeXMPCommon_1_1IUTF8String__v1.html">AdobeXMPCommon::IUTF8String_v1</a></div><div class="ttdoc">Version1 of the interface that represents an UTF8String. </div><div class="ttdef"><b>Definition:</b> <a href="IUTF8String_8h_source.html#l00023">IUTF8String.h:23</a></div></div>
<div class="ttc" id="classAdobeXMPCore_1_1IPathSegment__v1_html"><div class="ttname"><a href="classAdobeXMPCore_1_1IPathSegment__v1.html">AdobeXMPCore::IPathSegment_v1</a></div><div class="ttdoc">Version1 of the interface that represents one segment in a path to a node into the XMP tree...</div><div class="ttdef"><b>Definition:</b> <a href="IPathSegment_8h_source.html#l00024">IPathSegment.h:24</a></div></div>
<div class="ttc" id="namespaceAdobeXMPCommon_html_a0b1bbe96e1a757e66974c2f076afe4d2"><div class="ttname"><a href="namespaceAdobeXMPCommon.html#a0b1bbe96e1a757e66974c2f076afe4d2">AdobeXMPCommon::uint32</a></div><div class="ttdeci">XMP_Uns32 uint32</div><div class="ttdef"><b>Definition:</b> <a href="XMPCommonDefines_8h_source.html#l00144">XMPCommonDefines.h:144</a></div></div>
<div class="ttc" id="namespaceAdobeXMPCommon_html_ac9d7760a1805b1e28828511a2c8c5588"><div class="ttname"><a href="namespaceAdobeXMPCommon.html#ac9d7760a1805b1e28828511a2c8c5588">AdobeXMPCommon::spIUTF8String</a></div><div class="ttdeci">shared_ptr< IUTF8String > spIUTF8String</div><div class="ttdef"><b>Definition:</b> <a href="XMPCommonFwdDeclarations_8h_source.html#l00077">XMPCommonFwdDeclarations.h:77</a></div></div>
<div class="ttc" id="XMPCoreFwdDeclarations_8h_html"><div class="ttname"><a href="XMPCoreFwdDeclarations_8h.html">XMPCoreFwdDeclarations.h</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<hr size="1"><address style="text-align: right;"><small>
XMPToolkit documentation generated by <a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.11</small></address>
</body>
</html>
|