summaryrefslogtreecommitdiff
path: root/docs/API/ISimpleNode_8h_source.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/API/ISimpleNode_8h_source.html')
-rwxr-xr-xdocs/API/ISimpleNode_8h_source.html71
1 files changed, 71 insertions, 0 deletions
diff --git a/docs/API/ISimpleNode_8h_source.html b/docs/API/ISimpleNode_8h_source.html
new file mode 100755
index 0000000..a9cc029
--- /dev/null
+++ b/docs/API/ISimpleNode_8h_source.html
@@ -0,0 +1,71 @@
+<!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/ISimpleNode.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&#160;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&#160;List</span></a></li>
+ <li><a href="globals.html"><span>File&#160;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('ISimpleNode_8h_source.html','');});
+</script>
+<div id="doc-content">
+<div class="header">
+ <div class="headertitle">
+<div class="title">ISimpleNode.h</div> </div>
+</div><!--header-->
+<div class="contents">
+<a href="ISimpleNode_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>&#160;<span class="preprocessor">#ifndef __ISimpleNode_h__</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#define __ISimpleNode_h__ 1</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// =================================================================================================</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">// ADOBE SYSTEMS INCORPORATED</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Copyright 2014 Adobe Systems Incorporated</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// All Rights Reserved</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<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="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment">// of the Adobe license agreement accompanying it.</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment">// =================================================================================================</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="INode_8h.html">XMPCore/Interfaces/INode.h</a>&quot;</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceAdobeXMPCore.html">AdobeXMPCore</a> {</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="classAdobeXMPCore_1_1ISimpleNode__v1.html"> 23</a></span>&#160; <span class="keyword">class </span><a class="code" href="XMP__Environment_8h.html#aac6a4810b1f485f147ab833be63f4d7b">XMP_PUBLIC</a> <a class="code" href="classAdobeXMPCore_1_1ISimpleNode__v1.html">ISimpleNode_v1</a></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; : <span class="keyword">public</span> <span class="keyword">virtual</span> <a class="code" href="classAdobeXMPCore_1_1INode__v1.html">INode_v1</a></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; {</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; <span class="keyword">public</span>:</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; <span class="keyword">virtual</span> <a class="code" href="namespaceAdobeXMPCommon.html#a91aaab1f1d7030b26df65258bd131a63">spcIUTF8String</a> APICALL GetValue() <span class="keyword">const</span> = 0;</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">void</span> APICALL SetValue( <span class="keyword">const</span> <span class="keywordtype">char</span> * value, <a class="code" href="namespaceAdobeXMPCommon.html#a1c85c2f558b495c3d41eabe692a96cf2">sizet</a> valueLength ) = 0;</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">bool</span> APICALL IsURIType() <span class="keyword">const</span> = 0;</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">void</span> APICALL SetURIType( <span class="keywordtype">bool</span> isURI ) = 0;</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <span class="comment">// Factories to create the simple node</span></div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <a class="code" href="XMP__Environment_8h.html#a917e8e3f02685ec390fa3aee270f7747">XMP_PRIVATE</a> <span class="keyword">static</span> <a class="code" href="namespaceAdobeXMPCore.html#ab20ecb8d094c1dd81cb278370b746343">spISimpleNode</a> CreateSimpleNode( <span class="keyword">const</span> <span class="keywordtype">char</span> * nameSpace, <a class="code" href="namespaceAdobeXMPCommon.html#a1c85c2f558b495c3d41eabe692a96cf2">sizet</a> nameSpaceLength, <span class="keyword">const</span> <span class="keywordtype">char</span> * name, <a class="code" href="namespaceAdobeXMPCommon.html#a1c85c2f558b495c3d41eabe692a96cf2">sizet</a> nameLength,</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span> * value = NULL, <a class="code" href="namespaceAdobeXMPCommon.html#a1c85c2f558b495c3d41eabe692a96cf2">sizet</a> valueLength = <a class="code" href="namespaceAdobeXMPCommon.html#afc1bfa88991003b305ab5023b483d3f9">AdobeXMPCommon::npos</a> );</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; </div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; </div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; <span class="keyword">virtual</span> <a class="code" href="namespaceAdobeXMPCore.html#ad9403696e40df26b5d17e0d17d6799f0">pISimpleNode</a> APICALL GetActualISimpleNode() <a class="code" href="XMPCommonDefines_8h.html#a5a929113d3d50bda3fb7135a5c8b24a2">__NOTHROW__</a> = 0;</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; <a class="code" href="XMP__Environment_8h.html#a917e8e3f02685ec390fa3aee270f7747">XMP_PRIVATE</a> <a class="code" href="namespaceAdobeXMPCore.html#acff9cacaf46a6c6923117852e63579b6">pcISimpleNode</a> GetActualISimpleNode() <span class="keyword">const</span> __NOTHROW__ {</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; <span class="keywordflow">return</span> <span class="keyword">const_cast&lt;</span> <a class="code" href="classAdobeXMPCore_1_1ISimpleNode__v1.html">ISimpleNode_v1</a> * <span class="keyword">&gt;</span>( this )-&gt;GetActualISimpleNode();</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; }</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;</div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; <span class="keyword">virtual</span> <a class="code" href="namespaceAdobeXMPCore__Int.html#a9b914b7e3bafee8e830a982810ed2191">AdobeXMPCore_Int::pISimpleNode_I</a> APICALL GetISimpleNode_I() __NOTHROW__ = 0;</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; <a class="code" href="XMP__Environment_8h.html#a917e8e3f02685ec390fa3aee270f7747">XMP_PRIVATE</a> <a class="code" href="namespaceAdobeXMPCore__Int.html#a0de0f06ece9bff0c77df3e519af9f506">AdobeXMPCore_Int::pcISimpleNode_I</a> GetISimpleNode_I() <span class="keyword">const</span> __NOTHROW__ {</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; <span class="keywordflow">return</span> <span class="keyword">const_cast&lt;</span> <a class="code" href="classAdobeXMPCore_1_1ISimpleNode__v1.html">ISimpleNode_v1</a> * <span class="keyword">&gt;</span>( this )-&gt;GetISimpleNode_I();</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; }</div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; </div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; <a class="code" href="XMP__Environment_8h.html#a917e8e3f02685ec390fa3aee270f7747">XMP_PRIVATE</a> <span class="keyword">static</span> <a class="code" href="namespaceAdobeXMPCore.html#ab20ecb8d094c1dd81cb278370b746343">spISimpleNode</a> MakeShared( <a class="code" href="classAdobeXMPCore_1_1ISimpleNode__v1.html">pISimpleNode_base</a> ptr );</div><div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; <a class="code" href="XMP__Environment_8h.html#a917e8e3f02685ec390fa3aee270f7747">XMP_PRIVATE</a> <span class="keyword">static</span> <a class="code" href="namespaceAdobeXMPCore.html#a4cb671d44948c7505c33431ec12f6c1f">spcISimpleNode</a> MakeShared( <a class="code" href="classAdobeXMPCore_1_1ISimpleNode__v1.html">pcISimpleNode_base</a> ptr ) {</div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; <span class="keywordflow">return</span> MakeShared( const_cast&lt; pISimpleNode_base &gt;( ptr ) );</div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; }</div><div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160;</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; <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#a258ec247968bc8e101a087b2f914c95b">kISimpleNodeID</a>; }</div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160;</div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; <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="l00128"></a><span class="lineno"> 128</span>&#160;</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; <span class="keyword">protected</span>:</div><div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="classAdobeXMPCore_1_1ISimpleNode__v1.html#a12de1bae1dcb7c8302044df2b4fddb02"> 133</a></span>&#160; <span class="keyword">virtual</span> <a class="code" href="classAdobeXMPCore_1_1ISimpleNode__v1.html#a12de1bae1dcb7c8302044df2b4fddb02">~ISimpleNode_v1</a>() __NOTHROW__ {}</div><div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160;</div><div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classAdobeXMPCommon_1_1IUTF8String__v1.html">pcIUTF8String_base</a> APICALL getValue( <a class="code" href="classAdobeXMPCommon_1_1IError__v1.html">pcIError_base</a> &amp; error ) <span class="keyword">const</span> __NOTHROW__ = 0;</div><div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">void</span> APICALL setValue( <span class="keyword">const</span> <span class="keywordtype">char</span> * value, <a class="code" href="namespaceAdobeXMPCommon.html#a1c85c2f558b495c3d41eabe692a96cf2">sizet</a> valueLength, <a class="code" href="classAdobeXMPCommon_1_1IError__v1.html">pcIError_base</a> &amp; error ) __NOTHROW__ = 0;</div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160; <span class="keyword">virtual</span> <a class="code" href="namespaceAdobeXMPCommon.html#a0b1bbe96e1a757e66974c2f076afe4d2">uint32</a> APICALL isURIType( <a class="code" href="classAdobeXMPCommon_1_1IError__v1.html">pcIError_base</a> &amp; error ) <span class="keyword">const</span> __NOTHROW__ = 0;</div><div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">void</span> APICALL setURIType( <a class="code" href="namespaceAdobeXMPCommon.html#a0b1bbe96e1a757e66974c2f076afe4d2">uint32</a> isURI, <a class="code" href="classAdobeXMPCommon_1_1IError__v1.html">pcIError_base</a> &amp; error ) __NOTHROW__ = 0;</div><div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160;</div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160;<span class="preprocessor"> #ifdef FRIEND_CLASS_DECLARATION</span></div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; FRIEND_CLASS_DECLARATION();</div><div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160;<span class="preprocessor"> #endif</span></div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160; <a class="code" href="XMPCommonDefines_8h.html#a89e9297f497c2b3f1179788c31d24da4">REQ_FRIEND_CLASS_DECLARATION</a>();</div><div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160;</div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160; };</div><div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160;}</div><div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160;</div><div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160;<span class="preprocessor">#endif // __ISimpleNode_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="namespaceAdobeXMPCore__Int_html_a0de0f06ece9bff0c77df3e519af9f506"><div class="ttname"><a href="namespaceAdobeXMPCore__Int.html#a0de0f06ece9bff0c77df3e519af9f506">AdobeXMPCore_Int::pcISimpleNode_I</a></div><div class="ttdeci">const ISimpleNode_I * pcISimpleNode_I</div><div class="ttdef"><b>Definition:</b> <a href="XMPCoreFwdDeclarations_8h_source.html#l00244">XMPCoreFwdDeclarations.h:244</a></div></div>
+<div class="ttc" id="INode_8h_html"><div class="ttname"><a href="INode_8h.html">INode.h</a></div></div>
+<div class="ttc" id="classAdobeXMPCore_1_1ISimpleNode__v1_html"><div class="ttname"><a href="classAdobeXMPCore_1_1ISimpleNode__v1.html">AdobeXMPCore::ISimpleNode_v1</a></div><div class="ttdoc">Version1 of the interface that represents a Simple Property Node of XMP DOM. </div><div class="ttdef"><b>Definition:</b> <a href="ISimpleNode_8h_source.html#l00023">ISimpleNode.h:23</a></div></div>
+<div class="ttc" id="namespaceAdobeXMPCommon_html_afc1bfa88991003b305ab5023b483d3f9"><div class="ttname"><a href="namespaceAdobeXMPCommon.html#afc1bfa88991003b305ab5023b483d3f9">AdobeXMPCommon::npos</a></div><div class="ttdeci">const sizet npos(kMaxSize)</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="namespaceAdobeXMPCore__Int_html_a9b914b7e3bafee8e830a982810ed2191"><div class="ttname"><a href="namespaceAdobeXMPCore__Int.html#a9b914b7e3bafee8e830a982810ed2191">AdobeXMPCore_Int::pISimpleNode_I</a></div><div class="ttdeci">ISimpleNode_I * pISimpleNode_I</div><div class="ttdef"><b>Definition:</b> <a href="XMPCoreFwdDeclarations_8h_source.html#l00242">XMPCoreFwdDeclarations.h:242</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="classAdobeXMPCore_1_1ISimpleNode__v1_html_a12de1bae1dcb7c8302044df2b4fddb02"><div class="ttname"><a href="classAdobeXMPCore_1_1ISimpleNode__v1.html#a12de1bae1dcb7c8302044df2b4fddb02">AdobeXMPCore::ISimpleNode_v1::~ISimpleNode_v1</a></div><div class="ttdeci">virtual ~ISimpleNode_v1() __NOTHROW__</div><div class="ttdef"><b>Definition:</b> <a href="ISimpleNode_8h_source.html#l00133">ISimpleNode.h:133</a></div></div>
+<div class="ttc" id="namespaceAdobeXMPCommon_html_a91aaab1f1d7030b26df65258bd131a63"><div class="ttname"><a href="namespaceAdobeXMPCommon.html#a91aaab1f1d7030b26df65258bd131a63">AdobeXMPCommon::spcIUTF8String</a></div><div class="ttdeci">shared_ptr&lt; const IUTF8String &gt; spcIUTF8String</div><div class="ttdef"><b>Definition:</b> <a href="XMPCommonFwdDeclarations_8h_source.html#l00078">XMPCommonFwdDeclarations.h:78</a></div></div>
+<div class="ttc" id="namespaceAdobeXMPCore_html_ab20ecb8d094c1dd81cb278370b746343"><div class="ttname"><a href="namespaceAdobeXMPCore.html#ab20ecb8d094c1dd81cb278370b746343">AdobeXMPCore::spISimpleNode</a></div><div class="ttdeci">shared_ptr&lt; ISimpleNode &gt; spISimpleNode</div><div class="ttdef"><b>Definition:</b> <a href="XMPCoreFwdDeclarations_8h_source.html#l00077">XMPCoreFwdDeclarations.h:77</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_1INode__v1_html"><div class="ttname"><a href="classAdobeXMPCore_1_1INode__v1.html">AdobeXMPCore::INode_v1</a></div><div class="ttdoc">Version1 of the interface that serves as a base interface to all types of nodes in the XMP DOM...</div><div class="ttdef"><b>Definition:</b> <a href="INode_8h_source.html#l00026">INode.h:26</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="namespaceAdobeXMPCore_html_a258ec247968bc8e101a087b2f914c95b"><div class="ttname"><a href="namespaceAdobeXMPCore.html#a258ec247968bc8e101a087b2f914c95b">AdobeXMPCore::kISimpleNodeID</a></div><div class="ttdeci">static const uint64 kISimpleNodeID(0x63536d6c4e6f6465)</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="namespaceAdobeXMPCore_html_a4cb671d44948c7505c33431ec12f6c1f"><div class="ttname"><a href="namespaceAdobeXMPCore.html#a4cb671d44948c7505c33431ec12f6c1f">AdobeXMPCore::spcISimpleNode</a></div><div class="ttdeci">shared_ptr&lt; const ISimpleNode &gt; spcISimpleNode</div><div class="ttdef"><b>Definition:</b> <a href="XMPCoreFwdDeclarations_8h_source.html#l00078">XMPCoreFwdDeclarations.h:78</a></div></div>
+<div class="ttc" id="namespaceAdobeXMPCore_html_acff9cacaf46a6c6923117852e63579b6"><div class="ttname"><a href="namespaceAdobeXMPCore.html#acff9cacaf46a6c6923117852e63579b6">AdobeXMPCore::pcISimpleNode</a></div><div class="ttdeci">const ISimpleNode * pcISimpleNode</div><div class="ttdef"><b>Definition:</b> <a href="XMPCoreFwdDeclarations_8h_source.html#l00076">XMPCoreFwdDeclarations.h:76</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="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="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="namespaceAdobeXMPCore_html_ad9403696e40df26b5d17e0d17d6799f0"><div class="ttname"><a href="namespaceAdobeXMPCore.html#ad9403696e40df26b5d17e0d17d6799f0">AdobeXMPCore::pISimpleNode</a></div><div class="ttdeci">ISimpleNode * pISimpleNode</div><div class="ttdef"><b>Definition:</b> <a href="XMPCoreFwdDeclarations_8h_source.html#l00075">XMPCoreFwdDeclarations.h:75</a></div></div>
+</div><!-- fragment --></div><!-- contents -->
+</div><!-- doc-content -->
+<hr size="1"><address style="text-align: right;"><small>
+XMPToolkit documentation generated by&nbsp;<a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.11</small></address>
+</body>
+</html>