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
|
<!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::DataBufRef Struct 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 id="current"><a href="classes.html"><span>Classes</span></a></li>
<li><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="classes.html"><span>Alphabetical List</span></a></li>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul></div>
<div class="nav">
<a class="el" href="namespaceExiv2.html">Exiv2</a>::<a class="el" href="structExiv2_1_1DataBufRef.html">DataBufRef</a></div>
<h1>Exiv2::DataBufRef Struct Reference</h1><!-- doxytag: class="Exiv2::DataBufRef" -->Auxiliary type to enable copies and assignments, similar to std::auto_ptr_ref. See <a href="http://www.josuttis.com/libbook/auto_ptr.html">http://www.josuttis.com/libbook/auto_ptr.html</a> for a discussion.
<a href="#_details">More...</a>
<p>
<code>#include <types.hpp></code>
<p>
<a href="structExiv2_1_1DataBufRef-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="49de4c5a497a0f51ec8ce2e7dfd3c226"></a><!-- doxytag: member="Exiv2::DataBufRef::DataBufRef" ref="49de4c5a497a0f51ec8ce2e7dfd3c226" args="(std::pair< byte *, long > rhs)" -->
</td><td class="memItemRight" valign="bottom"><a class="el" href="structExiv2_1_1DataBufRef.html#49de4c5a497a0f51ec8ce2e7dfd3c226">DataBufRef</a> (std::pair< <a class="el" href="namespaceExiv2.html#16f60a5bd4207fe155f6cf93a15efa72">byte</a> *, long > rhs)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <br></td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c0e9d8ea16129fdb184d43d91d68ed6b"></a><!-- doxytag: member="Exiv2::DataBufRef::p" ref="c0e9d8ea16129fdb184d43d91d68ed6b" args="" -->
std::pair< <a class="el" href="namespaceExiv2.html#16f60a5bd4207fe155f6cf93a15efa72">byte</a> *, long > </td><td class="memItemRight" valign="bottom"><a class="el" href="structExiv2_1_1DataBufRef.html#c0e9d8ea16129fdb184d43d91d68ed6b">p</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Pointer to a byte array and its size. <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Auxiliary type to enable copies and assignments, similar to std::auto_ptr_ref. See <a href="http://www.josuttis.com/libbook/auto_ptr.html">http://www.josuttis.com/libbook/auto_ptr.html</a> for a discussion.
<p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="types_8hpp.html">types.hpp</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jun 2 23:55:37 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>
|