summaryrefslogtreecommitdiff
path: root/docs/XMPToolkit/TXMPIterator_8hpp-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/XMPToolkit/TXMPIterator_8hpp-source.html')
-rw-r--r--docs/XMPToolkit/TXMPIterator_8hpp-source.html104
1 files changed, 0 insertions, 104 deletions
diff --git a/docs/XMPToolkit/TXMPIterator_8hpp-source.html b/docs/XMPToolkit/TXMPIterator_8hpp-source.html
deleted file mode 100644
index 8ef6239..0000000
--- a/docs/XMPToolkit/TXMPIterator_8hpp-source.html
+++ /dev/null
@@ -1,104 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
-<title>Adobe XMP Toolkit: TXMPIterator.hpp Source File</title>
-<link href="doxygen.css" rel="stylesheet" type="text/css">
-<link href="tabs.css" rel="stylesheet" type="text/css">
-</head><body>
-<!-- Generated by Doxygen 1.5.1 -->
-<div class="tabs">
- <ul>
- <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
- <li><a href="modules.html"><span>Modules</span></a></li>
- <li><a href="annotated.html"><span>Classes</span></a></li>
- <li id="current"><a href="files.html"><span>Files</span></a></li>
- </ul></div>
-<h1>TXMPIterator.hpp</h1><a href="TXMPIterator_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef __TXMPIterator_hpp__</span>
-<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define __TXMPIterator_hpp__ 1</span>
-<a name="l00003"></a>00003 <span class="preprocessor"></span>
-<a name="l00004"></a>00004 <span class="preprocessor">#if ( ! __XMP_hpp__ )</span>
-<a name="l00005"></a>00005 <span class="preprocessor"></span><span class="preprocessor"> #error "Do not directly include, use XMP.hpp"</span>
-<a name="l00006"></a>00006 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
-<a name="l00007"></a>00007 <span class="preprocessor"></span>
-<a name="l00008"></a>00008 <span class="comment">// =================================================================================================</span>
-<a name="l00009"></a>00009 <span class="comment">// ADOBE SYSTEMS INCORPORATED</span>
-<a name="l00010"></a>00010 <span class="comment">// Copyright 2002-2007 Adobe Systems Incorporated</span>
-<a name="l00011"></a>00011 <span class="comment">// All Rights Reserved</span>
-<a name="l00012"></a>00012 <span class="comment">//</span>
-<a name="l00013"></a>00013 <span class="comment">// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms</span>
-<a name="l00014"></a>00014 <span class="comment">// of the Adobe license agreement accompanying it.</span>
-<a name="l00015"></a>00015 <span class="comment">// =================================================================================================</span>
-<a name="l00016"></a>00016
-<a name="l00017"></a>00017 <span class="comment">// ================================================================================================</span>
-<a name="l00024"></a>00024 <span class="comment"></span><span class="comment">// ================================================================================================</span>
-<a name="l00025"></a>00025
-<a name="l00026"></a>00026 <span class="comment">// ================================================================================================</span>
-<a name="l00084"></a>00084 <span class="comment"></span><span class="comment">// ================================================================================================</span>
-<a name="l00085"></a>00085
-<a name="l00086"></a>00086 <span class="preprocessor">#include "client-glue/WXMPIterator.hpp"</span>
-<a name="l00087"></a>00087
-<a name="l00088"></a>00088 <span class="keyword">template</span> &lt;<span class="keyword">class</span> tStringObj&gt;
-<a name="l00089"></a><a class="code" href="classTXMPIterator.html">00089</a> <span class="keyword">class </span><a class="code" href="classTXMPIterator.html">TXMPIterator</a> {
-<a name="l00090"></a>00090
-<a name="l00091"></a>00091 <span class="keyword">public</span>:
-<a name="l00092"></a>00092
-<a name="l00093"></a>00093 <span class="comment">// --------------------------------------------------------------------------------------------</span>
-<a name="l00098"></a>00098 <span class="comment"></span>
-<a name="l00099"></a>00099 <span class="keywordtype">void</span> <a class="code" href="classTXMPIterator.html#d767d731320d3f4c997c6ce9f7f8fa63">operator= </a>( <span class="keyword">const</span> <a class="code" href="classTXMPIterator.html">TXMPIterator&lt;tStringObj&gt;</a> &amp; rhs );
-<a name="l00100"></a>00100
-<a name="l00101"></a>00101 <span class="comment">// --------------------------------------------------------------------------------------------</span>
-<a name="l00105"></a>00105 <span class="comment"></span>
-<a name="l00106"></a>00106 <a class="code" href="classTXMPIterator.html">TXMPIterator</a> ( <span class="keyword">const</span> <a class="code" href="classTXMPIterator.html">TXMPIterator&lt;tStringObj&gt;</a> &amp; original );
-<a name="l00107"></a>00107
-<a name="l00108"></a>00108 <span class="comment">// --------------------------------------------------------------------------------------------</span>
-<a name="l00132"></a>00132 <span class="comment"></span>
-<a name="l00133"></a>00133 <a class="code" href="classTXMPIterator.html">TXMPIterator</a> ( <span class="keyword">const</span> <a class="code" href="classTXMPMeta.html">TXMPMeta&lt;tStringObj&gt;</a> &amp; xmpObj,
-<a name="l00134"></a>00134 <a class="code" href="XMP__Const_8h.html#d439e3ceeb4590d310f6125aa12c6df6">XMP_StringPtr</a> schemaNS,
-<a name="l00135"></a>00135 <a class="code" href="XMP__Const_8h.html#d439e3ceeb4590d310f6125aa12c6df6">XMP_StringPtr</a> propName,
-<a name="l00136"></a>00136 <a class="code" href="XMP__Const_8h.html#eb865118433be92d88e5f49ed11487c8">XMP_OptionBits</a> options = 0 );
-<a name="l00137"></a>00137
-<a name="l00138"></a>00138 <a class="code" href="classTXMPIterator.html">TXMPIterator</a> ( <span class="keyword">const</span> <a class="code" href="classTXMPMeta.html">TXMPMeta&lt;tStringObj&gt;</a> &amp; xmpObj,
-<a name="l00139"></a>00139 <a class="code" href="XMP__Const_8h.html#d439e3ceeb4590d310f6125aa12c6df6">XMP_StringPtr</a> schemaNS,
-<a name="l00140"></a>00140 <a class="code" href="XMP__Const_8h.html#eb865118433be92d88e5f49ed11487c8">XMP_OptionBits</a> options = 0 );
-<a name="l00141"></a>00141
-<a name="l00142"></a>00142 <a class="code" href="classTXMPIterator.html">TXMPIterator</a> ( <span class="keyword">const</span> <a class="code" href="classTXMPMeta.html">TXMPMeta&lt;tStringObj&gt;</a> &amp; xmpObj,
-<a name="l00143"></a>00143 <a class="code" href="XMP__Const_8h.html#eb865118433be92d88e5f49ed11487c8">XMP_OptionBits</a> options = 0 );
-<a name="l00144"></a>00144
-<a name="l00145"></a>00145 <span class="comment">// --------------------------------------------------------------------------------------------</span>
-<a name="l00149"></a>00149 <span class="comment"></span>
-<a name="l00150"></a>00150 <a class="code" href="classTXMPIterator.html">TXMPIterator</a> ( <a class="code" href="XMP__Const_8h.html#d439e3ceeb4590d310f6125aa12c6df6">XMP_StringPtr</a> schemaNS,
-<a name="l00151"></a>00151 <a class="code" href="XMP__Const_8h.html#d439e3ceeb4590d310f6125aa12c6df6">XMP_StringPtr</a> propName,
-<a name="l00152"></a>00152 <a class="code" href="XMP__Const_8h.html#eb865118433be92d88e5f49ed11487c8">XMP_OptionBits</a> options );
-<a name="l00153"></a>00153
-<a name="l00154"></a>00154 <span class="comment">// --------------------------------------------------------------------------------------------</span>
-<a name="l00156"></a>00156 <span class="comment"></span>
-<a name="l00157"></a>00157 <span class="keyword">virtual</span> <a class="code" href="classTXMPIterator.html#911554533e8a3f09ab8870bd54462196">~TXMPIterator</a>() <span class="keywordflow">throw</span>();
-<a name="l00158"></a>00158
-<a name="l00159"></a>00159 <span class="comment">// --------------------------------------------------------------------------------------------</span>
-<a name="l00175"></a>00175 <span class="comment"></span>
-<a name="l00176"></a>00176 <span class="keywordtype">bool</span>
-<a name="l00177"></a>00177 <a class="code" href="classTXMPIterator.html#124a1dd1ab3ff0d236e4d4b967dafcd9">Next</a> ( tStringObj * schemaNS = 0,
-<a name="l00178"></a>00178 tStringObj * propPath = 0,
-<a name="l00179"></a>00179 tStringObj * propValue = 0,
-<a name="l00180"></a>00180 <a class="code" href="XMP__Const_8h.html#eb865118433be92d88e5f49ed11487c8">XMP_OptionBits</a> * options = 0 );
-<a name="l00181"></a>00181
-<a name="l00182"></a>00182 <span class="comment">// --------------------------------------------------------------------------------------------</span>
-<a name="l00191"></a>00191 <span class="comment"></span>
-<a name="l00192"></a>00192 <span class="keywordtype">void</span>
-<a name="l00193"></a>00193 <a class="code" href="classTXMPIterator.html#30b4d78974b347e4fcd275f1f65a61b2">Skip</a> ( <a class="code" href="XMP__Const_8h.html#eb865118433be92d88e5f49ed11487c8">XMP_OptionBits</a> options );
-<a name="l00194"></a>00194
-<a name="l00195"></a>00195 <span class="keyword">private</span>:
-<a name="l00196"></a>00196
-<a name="l00197"></a>00197 XMPIteratorRef iterRef;
-<a name="l00198"></a>00198
-<a name="l00199"></a>00199 <a class="code" href="classTXMPIterator.html">TXMPIterator</a>(); <span class="comment">// ! Hidden, must choose property or table iteration.</span>
-<a name="l00200"></a>00200
-<a name="l00201"></a>00201 }; <span class="comment">// class TXMPIterator</span>
-<a name="l00202"></a>00202
-<a name="l00203"></a>00203 <span class="comment">// =================================================================================================</span>
-<a name="l00204"></a>00204
-<a name="l00205"></a>00205 <span class="preprocessor">#endif // __TXMPIterator_hpp__</span>
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Thu May 3 14:54:57 2007 for Adobe XMP Toolkit by&nbsp;
-<a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
-</body>
-</html>