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 86 87 88
|
<!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: makernote.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>makernote.hpp File Reference</h1>Contains the Exif MakerNote interface, IFD MakerNote and a MakerNote factory. <a href="#_details">More...</a>
<p>
<code>#include "<a class="el" href="types_8hpp.html">types.hpp</a>"</code><br>
<code>#include "<a class="el" href="ifd_8hpp.html">ifd.hpp</a>"</code><br>
<code>#include <string></code><br>
<code>#include <iosfwd></code><br>
<code>#include <utility></code><br>
<code>#include <vector></code><br>
<code>#include <map></code><br>
<code>#include <memory></code><br>
<p>
Include dependency graph for makernote.hpp:<p><center><img src="makernote_8hpp__incl.png" border="0" usemap="#makernote.hpp_map" alt=""></center>
<map name="makernote.hpp_map">
<area href="types_8hpp.html" shape="rect" coords="285,107,365,131" alt="">
<area href="ifd_8hpp.html" shape="rect" coords="171,155,232,179" alt="">
<area href="exiv2__version_8h.html" shape="rect" coords="413,153,528,177" alt="">
</map>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="makernote_8hpp__dep__incl.png" border="0" usemap="#makernote.hppdep_map" alt=""></center>
<map name="makernote.hppdep_map">
<area href="canonmn_8hpp.html" shape="rect" coords="179,6,280,30" alt="">
<area href="fujimn_8hpp.html" shape="rect" coords="188,54,271,78" alt="">
<area href="minoltamn_8hpp.html" shape="rect" coords="175,102,284,126" alt="">
<area href="nikonmn_8hpp.html" shape="rect" coords="180,150,279,174" alt="">
<area href="olympusmn_8hpp.html" shape="rect" coords="172,198,287,222" alt="">
<area href="panasonicmn_8hpp.html" shape="rect" coords="167,246,292,270" alt="">
<area href="sigmamn_8hpp.html" shape="rect" coords="179,294,280,318" alt="">
<area href="sonymn_8hpp.html" shape="rect" coords="183,342,276,366" alt="">
<area href="mn_8hpp.html" shape="rect" coords="341,174,408,198" alt="">
</map>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceExiv2.html">Exiv2</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1MakerNote.html">Exiv2::MakerNote</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Exif makernote interface. <a href="classExiv2_1_1MakerNote.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="classExiv2_1_1IfdMakerNote.html">Exiv2::IfdMakerNote</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Interface for MakerNotes in IFD format. See <a class="el" href="classExiv2_1_1MakerNote.html">MakerNote</a>. <a href="classExiv2_1_1IfdMakerNote.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="classExiv2_1_1MakerNoteFactory.html">Exiv2::MakerNoteFactory</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Factory for <a class="el" href="classExiv2_1_1MakerNote.html">MakerNote</a> objects. <a href="classExiv2_1_1MakerNoteFactory.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="classExiv2_1_1MakerNoteFactory_1_1Init.html">Exiv2::MakerNoteFactory::Init</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Class <a class="el" href="classExiv2_1_1MakerNoteFactory_1_1Init.html">Init</a> is used to execute initialisation and termination code exactly once, at the begin and end of the program. <a href="classExiv2_1_1MakerNoteFactory_1_1Init.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="c75cc09b2587146f5b0689dca9ec5b88"></a><!-- doxytag: member="makernote.hpp::CreateFct" ref="c75cc09b2587146f5b0689dca9ec5b88" args=")(bool, const byte *, long, ByteOrder, long)" -->
typedef MakerNote::AutoPtr(* </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceExiv2.html#c75cc09b2587146f5b0689dca9ec5b88">Exiv2::CreateFct</a> )(bool, const <a class="el" href="namespaceExiv2.html#16f60a5bd4207fe155f6cf93a15efa72">byte</a> *, long, <a class="el" href="namespaceExiv2.html#94c225faf6d6c611a3828fae1c28efa6">ByteOrder</a>, long)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Type for a pointer to a function creating a makernote. <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Contains the Exif MakerNote interface, IFD MakerNote and a MakerNote factory.
<p>
<dl compact><dt><b>Version:</b></dt><dd><dl compact><dt><b>Rev</b></dt><dd>669 </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>18-Feb-04, ahu: created </dd></dl>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jun 2 23:54:21 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>
|