summaryrefslogtreecommitdiff
path: root/docs/API/XMP_8hpp_source.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/API/XMP_8hpp_source.html')
-rwxr-xr-xdocs/API/XMP_8hpp_source.html59
1 files changed, 59 insertions, 0 deletions
diff --git a/docs/API/XMP_8hpp_source.html b/docs/API/XMP_8hpp_source.html
new file mode 100755
index 0000000..be7e496
--- /dev/null
+++ b/docs/API/XMP_8hpp_source.html
@@ -0,0 +1,59 @@
+<!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/XMP.hpp 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('XMP_8hpp_source.html','');});
+</script>
+<div id="doc-content">
+<div class="header">
+ <div class="headertitle">
+<div class="title">XMP.hpp</div> </div>
+</div><!--header-->
+<div class="contents">
+<a href="XMP_8hpp.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 __XMP_hpp__</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#define __XMP_hpp__ 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">// Copyright 2002 Adobe Systems Incorporated</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// All Rights Reserved.</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</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="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">// of the Adobe license agreement accompanying it.</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment">// =================================================================================================</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment">// ================================================================================================</span></div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="comment"></span><span class="comment">// ================================================================================================</span></div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="XMP__Environment_8h.html">XMP_Environment.h</a>&quot;</span></div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="XMP__Version_8h.html">XMP_Version.h</a>&quot;</span></div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="XMP__Const_8h.html">XMP_Const.h</a>&quot;</span></div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<span class="preprocessor">#if XMP_WinBuild</span></div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="preprocessor"> #if XMP_DebugBuild</span></div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="preprocessor"> #pragma warning ( push, 4 )</span></div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="preprocessor"> #else</span></div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;<span class="preprocessor"> #pragma warning ( push, 3 )</span></div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;<span class="preprocessor"> #endif</span></div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="preprocessor"> #pragma warning ( disable : 4702 ) // unreachable code</span></div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;<span class="preprocessor"> #pragma warning ( disable : 4800 ) // forcing value to bool &#39;true&#39; or &#39;false&#39; (performance warning)</span></div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;<span class="preprocessor">#if defined ( TXMP_STRING_TYPE )</span></div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="preprocessor"> #include &quot;<a class="code" href="TXMPMeta_8hpp.html">TXMPMeta.hpp</a>&quot;</span></div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<span class="preprocessor"> #include &quot;<a class="code" href="TXMPIterator_8hpp.html">TXMPIterator.hpp</a>&quot;</span></div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;<span class="preprocessor"> #include &quot;<a class="code" href="TXMPUtils_8hpp.html">TXMPUtils.hpp</a>&quot;</span></div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <span class="keyword">typedef</span> <span class="keyword">class </span><a class="code" href="classTXMPMeta.html">TXMPMeta</a> &lt;TXMP_STRING_TYPE&gt; SXMPMeta; <span class="comment">// For client convenience.</span></div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <span class="keyword">typedef</span> <span class="keyword">class </span><a class="code" href="classTXMPIterator.html">TXMPIterator</a> &lt;TXMP_STRING_TYPE&gt; SXMPIterator;</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; <span class="keyword">typedef</span> <span class="keyword">class </span><a class="code" href="classTXMPUtils.html">TXMPUtils</a> &lt;TXMP_STRING_TYPE&gt; SXMPUtils;</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;<span class="preprocessor"> #if TXMP_EXPAND_INLINE</span></div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<span class="preprocessor"> #error &quot;TXMP_EXPAND_INLINE is not working at present. Please don&#39;t use it.&quot;</span></div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<span class="preprocessor"> #include &quot;client-glue/TXMPMeta.incl_cpp&quot;</span></div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;<span class="preprocessor"> #include &quot;client-glue/TXMPIterator.incl_cpp&quot;</span></div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;<span class="preprocessor"> #include &quot;client-glue/TXMPUtils.incl_cpp&quot;</span></div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;<span class="preprocessor"> #include &quot;client-glue/TXMPFiles.incl_cpp&quot;</span></div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;<span class="preprocessor"> #endif</span></div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;<span class="preprocessor"> #if XMP_INCLUDE_XMPFILES</span></div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;<span class="preprocessor"> #include &quot;<a class="code" href="TXMPFiles_8hpp.html">TXMPFiles.hpp</a>&quot;</span> <span class="comment">// ! Needs typedef for SXMPMeta.</span></div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; <span class="keyword">typedef</span> <span class="keyword">class </span><a class="code" href="classTXMPFiles.html">TXMPFiles</a> &lt;TXMP_STRING_TYPE&gt; SXMPFiles;</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="preprocessor"> #if TXMP_EXPAND_INLINE</span></div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;<span class="preprocessor"> #include &quot;client-glue/TXMPFiles.incl_cpp&quot;</span></div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;<span class="preprocessor"> #endif</span></div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;<span class="preprocessor"> #endif</span></div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;<span class="preprocessor">#endif // TXMP_STRING_TYPE</span></div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160;</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;<span class="preprocessor">#if XMP_WinBuild</span></div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160;<span class="preprocessor"> #pragma warning ( pop )</span></div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160;</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;<span class="comment">// =================================================================================================</span></div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160;<span class="preprocessor">#endif // __XMP_hpp__</span></div><div class="ttc" id="XMP__Const_8h_html"><div class="ttname"><a href="XMP__Const_8h.html">XMP_Const.h</a></div><div class="ttdoc">Common C/C++ types and constants for the XMP toolkit. </div></div>
+<div class="ttc" id="TXMPFiles_8hpp_html"><div class="ttname"><a href="TXMPFiles_8hpp.html">TXMPFiles.hpp</a></div><div class="ttdoc">API for access to the main (document-level) metadata in a file_. </div></div>
+<div class="ttc" id="XMP__Version_8h_html"><div class="ttname"><a href="XMP__Version_8h.html">XMP_Version.h</a></div></div>
+<div class="ttc" id="TXMPMeta_8hpp_html"><div class="ttname"><a href="TXMPMeta_8hpp.html">TXMPMeta.hpp</a></div><div class="ttdoc">API for access to the XMP Toolkit core services. </div></div>
+<div class="ttc" id="classTXMPUtils_html"><div class="ttname"><a href="classTXMPUtils.html">TXMPUtils</a></div><div class="ttdoc">API for access to the XMP Toolkit utility services. </div><div class="ttdef"><b>Definition:</b> <a href="TXMPMeta_8hpp_source.html#l00051">TXMPMeta.hpp:51</a></div></div>
+<div class="ttc" id="XMP__Environment_8h_html"><div class="ttname"><a href="XMP__Environment_8h.html">XMP_Environment.h</a></div></div>
+<div class="ttc" id="TXMPUtils_8hpp_html"><div class="ttname"><a href="TXMPUtils_8hpp.html">TXMPUtils.hpp</a></div><div class="ttdoc">API for access to the XMP Toolkit utility services. </div></div>
+<div class="ttc" id="classTXMPIterator_html"><div class="ttname"><a href="classTXMPIterator.html">TXMPIterator</a></div><div class="ttdoc">API for access to the XMP Toolkit iteration services. </div><div class="ttdef"><b>Definition:</b> <a href="TXMPIterator_8hpp_source.html#l00079">TXMPIterator.hpp:79</a></div></div>
+<div class="ttc" id="classTXMPFiles_html"><div class="ttname"><a href="classTXMPFiles.html">TXMPFiles</a></div><div class="ttdoc">API for access to the main (document-level) metadata in a file. </div><div class="ttdef"><b>Definition:</b> <a href="TXMPFiles_8hpp_source.html#l00067">TXMPFiles.hpp:67</a></div></div>
+<div class="ttc" id="TXMPIterator_8hpp_html"><div class="ttname"><a href="TXMPIterator_8hpp.html">TXMPIterator.hpp</a></div><div class="ttdoc">API for access to the XMP Toolkit iteration services. </div></div>
+<div class="ttc" id="classTXMPMeta_html"><div class="ttname"><a href="classTXMPMeta.html">TXMPMeta</a></div><div class="ttdoc">API for access to the XMP Toolkit core services. </div><div class="ttdef"><b>Definition:</b> <a href="TXMPMeta_8hpp_source.html#l00055">TXMPMeta.hpp:55</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>