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
|
<!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::CommentValue::CharsetTable 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="classExiv2_1_1CommentValue.html">CommentValue</a>::<a class="el" href="structExiv2_1_1CommentValue_1_1CharsetTable.html">CharsetTable</a></div>
<h1>Exiv2::CommentValue::CharsetTable Struct Reference</h1><!-- doxytag: class="Exiv2::CommentValue::CharsetTable" -->Information pertaining to the defined character sets.
<a href="#_details">More...</a>
<p>
<code>#include <value.hpp></code>
<p>
<a href="structExiv2_1_1CommentValue_1_1CharsetTable-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="6d4548ab85ad7e5cb73937d3c809a95b"></a><!-- doxytag: member="Exiv2::CommentValue::CharsetTable::CharsetTable" ref="6d4548ab85ad7e5cb73937d3c809a95b" args="(CharsetId charsetId, const char *name, const char *code)" -->
</td><td class="memItemRight" valign="bottom"><a class="el" href="structExiv2_1_1CommentValue_1_1CharsetTable.html#6d4548ab85ad7e5cb73937d3c809a95b">CharsetTable</a> (<a class="el" href="classExiv2_1_1CommentValue.html#e18c0bebdb51d4380c32b20f89f8fdc2">CharsetId</a> charsetId, const char *name, const char *code)</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="41723a676c46bf69c8b7376392db0066"></a><!-- doxytag: member="Exiv2::CommentValue::CharsetTable::charsetId_" ref="41723a676c46bf69c8b7376392db0066" args="" -->
<a class="el" href="classExiv2_1_1CommentValue.html#e18c0bebdb51d4380c32b20f89f8fdc2">CharsetId</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structExiv2_1_1CommentValue_1_1CharsetTable.html#41723a676c46bf69c8b7376392db0066">charsetId_</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Charset id. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7dafa39d67bf1a442fd5c8350a1487b1"></a><!-- doxytag: member="Exiv2::CommentValue::CharsetTable::name_" ref="7dafa39d67bf1a442fd5c8350a1487b1" args="" -->
const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="structExiv2_1_1CommentValue_1_1CharsetTable.html#7dafa39d67bf1a442fd5c8350a1487b1">name_</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Name of the charset. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c9404e0866cb85b5966ddf5c91304d14"></a><!-- doxytag: member="Exiv2::CommentValue::CharsetTable::code_" ref="c9404e0866cb85b5966ddf5c91304d14" args="" -->
const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="structExiv2_1_1CommentValue_1_1CharsetTable.html#c9404e0866cb85b5966ddf5c91304d14">code_</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Code of the charset. <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Information pertaining to the defined character sets.
<p>
<hr>The documentation for this struct 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:42 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>
|