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 89
|
<!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::StringValue Class 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="classExiv2_1_1StringValue.html">StringValue</a></div>
<h1>Exiv2::StringValue Class Reference</h1><!-- doxytag: class="Exiv2::StringValue" --><!-- doxytag: inherits="Exiv2::StringValueBase" -->Value for string type.
<a href="#_details">More...</a>
<p>
<code>#include <value.hpp></code>
<p>
Inheritance diagram for Exiv2::StringValue:<p><center><img src="classExiv2_1_1StringValue__inherit__graph.png" border="0" usemap="#Exiv2_1_1StringValue__inherit__map" alt="Inheritance graph"></center>
<map name="Exiv2_1_1StringValue__inherit__map">
<area href="classExiv2_1_1StringValueBase.html" shape="rect" coords="6,82,166,106" alt="">
<area href="classExiv2_1_1Value.html" shape="rect" coords="38,7,134,31" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for Exiv2::StringValue:<p><center><img src="classExiv2_1_1StringValue__coll__graph.png" border="0" usemap="#Exiv2_1_1StringValue__coll__map" alt="Collaboration graph"></center>
<map name="Exiv2_1_1StringValue__coll__map">
<area href="classExiv2_1_1StringValueBase.html" shape="rect" coords="12,265,172,289" alt="">
<area href="classExiv2_1_1Value.html" shape="rect" coords="5,175,101,199" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classExiv2_1_1StringValue-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 Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="984d2bf3d0be2ee6472081124266c652"></a><!-- doxytag: member="Exiv2::StringValue::AutoPtr" ref="984d2bf3d0be2ee6472081124266c652" args="" -->
typedef std::auto_ptr< <a class="el" href="classExiv2_1_1StringValue.html">StringValue</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1StringValue.html#984d2bf3d0be2ee6472081124266c652">AutoPtr</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Shortcut for a StringValue auto pointer. <br></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td colspan="2"><div class="groupHeader">Creators</div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c9c7091aad2def3f845d5a2aa5ee9509"></a><!-- doxytag: member="Exiv2::StringValue::StringValue" ref="c9c7091aad2def3f845d5a2aa5ee9509" args="()" -->
</td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1StringValue.html#c9c7091aad2def3f845d5a2aa5ee9509">StringValue</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="78c21b549e4ddb9b8bbbf62f54cc287f"></a><!-- doxytag: member="Exiv2::StringValue::StringValue" ref="78c21b549e4ddb9b8bbbf62f54cc287f" args="(const std::string &buf)" -->
</td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1StringValue.html#78c21b549e4ddb9b8bbbf62f54cc287f">StringValue</a> (const std::string &buf)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e7759ad49008ce80bf07b6ab8f5999db"></a><!-- doxytag: member="Exiv2::StringValue::StringValue" ref="e7759ad49008ce80bf07b6ab8f5999db" args="(const StringValue &rhs)" -->
</td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1StringValue.html#e7759ad49008ce80bf07b6ab8f5999db">StringValue</a> (const <a class="el" href="classExiv2_1_1StringValue.html">StringValue</a> &rhs)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Copy constructor. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6915b43a8a1d042123b6d670c6b011cf"></a><!-- doxytag: member="Exiv2::StringValue::~StringValue" ref="6915b43a8a1d042123b6d670c6b011cf" args="()" -->
virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1StringValue.html#6915b43a8a1d042123b6d670c6b011cf">~StringValue</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Virtual destructor. <br></td></tr>
<tr><td colspan="2"><div class="groupHeader">Manipulators</div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c4651c7b167c49bc29c0c60fbfb19477"></a><!-- doxytag: member="Exiv2::StringValue::operator=" ref="c4651c7b167c49bc29c0c60fbfb19477" args="(const StringValue &rhs)" -->
<a class="el" href="classExiv2_1_1StringValue.html">StringValue</a> & </td><td class="memItemRight" valign="bottom"><b>operator=</b> (const <a class="el" href="classExiv2_1_1StringValue.html">StringValue</a> &rhs)</td></tr>
<tr><td colspan="2"><div class="groupHeader">Accessors</div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="472eb5a5e9b4d52e1f86b168e2c0ed70"></a><!-- doxytag: member="Exiv2::StringValue::clone" ref="472eb5a5e9b4d52e1f86b168e2c0ed70" args="() const " -->
<a class="el" href="classExiv2_1_1StringValue.html#984d2bf3d0be2ee6472081124266c652">AutoPtr</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1StringValue.html#472eb5a5e9b4d52e1f86b168e2c0ed70">clone</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return an auto-pointer to a copy of itself (deep copy). The caller owns this copy and the auto-pointer ensures that it will be deleted. <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Value for string type.
<p>
This can be a plain Ascii string or a multipe byte encoded string. It is left to caller to decode and encode the string to and from readable text if that is required. <dl compact><dt><b>Examples: </b></dt><dd>
<p>
<a class="el" href="iptceasy_8cpp-example.html#_a28">iptceasy.cpp</a>.</dl>
<p>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="value_8hpp.html">value.hpp</a><li>value.cpp</ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jun 2 23:55:40 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>
|