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 80 81 82 83 84 85
|
<!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>Exiv2: exiv2.hpp File Reference</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.4.6 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul></div>
<h1>exiv2.hpp File Reference</h1>Defines class <a class="el" href="classParams.html">Params</a>, used for the command line handling of exiv2. <a href="#_details">More...</a>
<p>
<code>#include "<a class="el" href="utils_8hpp.html">utils.hpp</a>"</code><br>
<code>#include "<a class="el" href="types_8hpp.html">types.hpp</a>"</code><br>
<code>#include <string></code><br>
<code>#include <vector></code><br>
<code>#include <iostream></code><br>
<p>
Include dependency graph for exiv2.hpp:<p><center><img src="exiv2_8hpp__incl.png" border="0" usemap="#exiv2.hpp_map" alt=""></center>
<map name="exiv2.hpp_map">
<area href="utils_8hpp.html" shape="rect" coords="137,6,209,30" alt="">
<area href="types_8hpp.html" shape="rect" coords="133,104,213,128" alt="">
<area href="exiv2__version_8h.html" shape="rect" coords="261,54,376,78" alt="">
</map>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="exiv2_8hpp__dep__incl.png" border="0" usemap="#exiv2.hppdep_map" alt=""></center>
<map name="exiv2.hppdep_map">
<area href="actions_8hpp.html" shape="rect" coords="133,6,224,30" alt="">
</map>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structModifyCmd.html">ModifyCmd</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Structure for one parsed modification command. <a href="structModifyCmd.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structCmdIdAndString.html">CmdIdAndString</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Structure to link command identifiers to strings. <a href="structCmdIdAndString.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classParams.html">Params</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Implements the command line handling for the program. <a href="classParams.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7b6398c7c2e60a17c6aff1ff4b5de4f7"></a><!-- doxytag: member="exiv2.hpp::ModifyCmds" ref="7b6398c7c2e60a17c6aff1ff4b5de4f7" args="" -->
typedef std::vector< <a class="el" href="structModifyCmd.html">ModifyCmd</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="exiv2_8hpp.html#7b6398c7c2e60a17c6aff1ff4b5de4f7">ModifyCmds</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Container for modification commands. <br></td></tr>
<tr><td colspan="2"><br><h2>Enumerations</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="exiv2_8hpp.html#e6f8eb975213634b138cd9114b143567">CmdId</a> { <b>invalidCmdId</b>,
<b>add</b>,
<b>set</b>,
<b>del</b>
}</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Command identifiers. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="exiv2_8hpp.html#4d2c7e9b6e47d52f540831c5b5c9b2bf">MetadataId</a> { <b>invalidMetadataId</b>,
<b>iptc</b>,
<b>exif</b>
}</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Metadata identifiers. <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Defines class <a class="el" href="classParams.html">Params</a>, used for the command line handling of exiv2.
<p>
<dl compact><dt><b>Version:</b></dt><dd><dl compact><dt><b>Rev</b></dt><dd>788 </dd></dl>
</dd></dl>
<dl compact><dt><b>Author:</b></dt><dd>Andreas Huggel (ahu) <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> </dd></dl>
<dl compact><dt><b>Date:</b></dt><dd>08-Dec-03, ahu: created </dd></dl>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jun 2 23:54:15 2006 for Exiv2 by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>
|