Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > abb2634846290d27f545cecded067e1f > files > 590

barry-devel-docs-0.17.1-4.fc14.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Barry: Barry::HexDumpParser 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.5.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="classes.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="namespaceBarry.html">Barry</a>::<a class="el" href="classBarry_1_1HexDumpParser.html">HexDumpParser</a>
  </div>
</div>
<div class="contents">
<h1>Barry::HexDumpParser Class Reference</h1><!-- doxytag: class="Barry::HexDumpParser" --><!-- doxytag: inherits="Barry::Parser" --><code>#include &lt;<a class="el" href="parser_8h-source.html">parser.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for Barry::HexDumpParser:</div>
<div class="dynsection">
<p><center><img src="classBarry_1_1HexDumpParser__inherit__graph.png" border="0" usemap="#Barry_1_1HexDumpParser__inherit__map" alt="Inheritance graph"></center>
<map name="Barry_1_1HexDumpParser__inherit__map">
<area shape="rect" href="classBarry_1_1Parser.html" title="Base class for the parser hierarchy." alt="" coords="33,5,132,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for Barry::HexDumpParser:</div>
<div class="dynsection">
<p><center><img src="classBarry_1_1HexDumpParser__coll__graph.png" border="0" usemap="#Barry_1_1HexDumpParser__coll__map" alt="Collaboration graph"></center>
<map name="Barry_1_1HexDumpParser__coll__map">
<area shape="rect" href="classBarry_1_1Parser.html" title="Base class for the parser hierarchy." alt="" coords="5,237,104,264"><area shape="rect" title="STL class." alt="" coords="128,237,208,264"><area shape="rect" title="STL class." alt="" coords="67,160,232,187"><area shape="rect" title="STL class." alt="" coords="257,237,351,264"><area shape="rect" title="STL class." alt="" coords="256,160,437,187"><area shape="rect" title="STL class." alt="" coords="271,83,423,109"><area shape="rect" title="STL class." alt="" coords="297,5,396,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="classBarry_1_1HexDumpParser-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
Dumps raw hex of the given <a class="el" href="classBarry_1_1DBData.html" title="Database record data class.">DBData</a> to the given stream. 
<p>
Do NOT derive your own personal parser classes from this, unless you are perfectly confident that you will catch future API changes on the devel tree without the compiler's help. 
<p>Definition at line <a class="el" href="parser_8h-source.html#l00135">135</a> of file <a class="el" href="parser_8h-source.html">parser.h</a>.</p>
<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">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBarry_1_1HexDumpParser.html#a91d58d67adb66626eb014e8c574df73">ParseRecord</a> (const <a class="el" href="classBarry_1_1DBData.html">Barry::DBData</a> &amp;data, const <a class="el" href="classBarry_1_1IConverter.html">IConverter</a> *ic)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Called to parse sub fields in the raw data packet.  <a href="#a91d58d67adb66626eb014e8c574df73"></a><br></td></tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="a91d58d67adb66626eb014e8c574df73"></a><!-- doxytag: member="Barry::HexDumpParser::ParseRecord" ref="a91d58d67adb66626eb014e8c574df73" args="(const Barry::DBData &amp;data, const IConverter *ic)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Barry::HexDumpParser::ParseRecord           </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classBarry_1_1DBData.html">Barry::DBData</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>data</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classBarry_1_1IConverter.html">IConverter</a> *&nbsp;</td>
          <td class="paramname"> <em>ic</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Called to parse sub fields in the raw data packet. 
<p>

<p>Implements <a class="el" href="classBarry_1_1Parser.html#1d8325c74140cda51c5735c6f82b7511">Barry::Parser</a>.</p>

<p>Definition at line <a class="el" href="parser_8cc-source.html#l00053">53</a> of file <a class="el" href="parser_8cc-source.html">parser.cc</a>.</p>

<p>References <a class="el" href="data_8h-source.html#l00208">Barry::DBData::GetData()</a>, <a class="el" href="data_8h-source.html#l00203">Barry::DBData::GetDBName()</a>, <a class="el" href="data_8h-source.html#l00206">Barry::DBData::GetOffset()</a>, <a class="el" href="data_8h-source.html#l00204">Barry::DBData::GetRecType()</a>, and <a class="el" href="data_8h-source.html#l00205">Barry::DBData::GetUniqueId()</a>.</p>

<p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dynsection">
<p><center><img src="classBarry_1_1HexDumpParser_a91d58d67adb66626eb014e8c574df73_cgraph.png" border="0" usemap="#classBarry_1_1HexDumpParser_a91d58d67adb66626eb014e8c574df73_cgraph_map" alt=""></center>
<map name="classBarry_1_1HexDumpParser_a91d58d67adb66626eb014e8c574df73_cgraph_map">
<area shape="rect" href="classBarry_1_1DBData.html#a7cacc9655376447ffbf3aa4d664a03b" title="Barry::DBData::GetData" alt="" coords="307,5,467,32"><area shape="rect" href="classBarry_1_1DBData.html#37303ba0c4008a8afe0e5f09b823812e" title="Barry::DBData::GetDBName" alt="" coords="293,56,480,83"><area shape="rect" href="classBarry_1_1DBData.html#5b301bfdcda5a74ccfd3f7e54fd69d99" title="Barry::DBData::GetOffset" alt="" coords="303,107,471,133"><area shape="rect" href="classBarry_1_1DBData.html#07523eb3b1dcfd99a917a184b61cb10a" title="Barry::DBData::GetRecType" alt="" coords="295,157,479,184"><area shape="rect" href="classBarry_1_1DBData.html#2a0106c7330842c455fc5393a3abfbc7" title="Barry::DBData::GetUniqueId" alt="" coords="295,208,479,235"></map>
</div>

</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="parser_8h-source.html">parser.h</a><li><a class="el" href="parser_8cc-source.html">parser.cc</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Tue Mar 1 17:51:01 2011 for Barry by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>