Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > f53a3df8ddeca10007257b33f867a55e > files > 295

libofx-devel-0.9.1-2.fc12.x86_64.rpm

<!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>LibOFX: ofxdump.cpp 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.5.0 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li id="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    <li><a href="globals.html"><span>Globals</span></a></li>
  </ul></div>
<h1>ofxdump.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
Code for ofxdump utility. C++ example code. 
<p>
ofxdump prints to stdout, in human readable form, everything the library understands about a particular ofx response file, and sends errors to stderr. To know exactly what the library understands about of a particular ofx response file, just call ofxdump on that file.<p>
ofxdump is meant as both a C++ code example and a developper/debuging tool. It uses every function and every structure of the LibOFX API. By default, WARNING, INFO, ERROR and STATUS messages are enabled. You can change these defaults at the top of <a class="el" href="ofxdump_8cpp.html">ofxdump.cpp</a><p>
usage: ofxdump path_to_ofx_file/ofx_filename 
<p>
Definition in file <a class="el" href="ofxdump_8cpp-source.html">ofxdump.cpp</a>.
<p>

<p>
<a href="ofxdump_8cpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a7664a0520b502d7592e282a29e391b3"></a><!-- doxytag: member="ofxdump.cpp::ofx_proc_security_cb" ref="a7664a0520b502d7592e282a29e391b3" args="(struct OfxSecurityData data, void *security_data)" -->
int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ofxdump_8cpp.html#a7664a0520b502d7592e282a29e391b3">ofx_proc_security_cb</a> (struct <a class="el" href="structOfxSecurityData.html">OfxSecurityData</a> data, void *security_data)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6940ffe6adc71a091fdef20a460c2364"></a><!-- doxytag: member="ofxdump.cpp::ofx_proc_transaction_cb" ref="6940ffe6adc71a091fdef20a460c2364" args="(struct OfxTransactionData data, void *transaction_data)" -->
int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ofxdump_8cpp.html#6940ffe6adc71a091fdef20a460c2364">ofx_proc_transaction_cb</a> (struct <a class="el" href="structOfxTransactionData.html">OfxTransactionData</a> data, void *transaction_data)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1bde0ef62b6d4a3381e09225bc73dc77"></a><!-- doxytag: member="ofxdump.cpp::ofx_proc_statement_cb" ref="1bde0ef62b6d4a3381e09225bc73dc77" args="(struct OfxStatementData data, void *statement_data)" -->
int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ofxdump_8cpp.html#1bde0ef62b6d4a3381e09225bc73dc77">ofx_proc_statement_cb</a> (struct <a class="el" href="structOfxStatementData.html">OfxStatementData</a> data, void *statement_data)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9473bc2a5282ec3d70de240a2e5aac26"></a><!-- doxytag: member="ofxdump.cpp::ofx_proc_account_cb" ref="9473bc2a5282ec3d70de240a2e5aac26" args="(struct OfxAccountData data, void *account_data)" -->
int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ofxdump_8cpp.html#9473bc2a5282ec3d70de240a2e5aac26">ofx_proc_account_cb</a> (struct <a class="el" href="structOfxAccountData.html">OfxAccountData</a> data, void *account_data)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a069e96633e6527f5adb8635968eb471"></a><!-- doxytag: member="ofxdump.cpp::ofx_proc_status_cb" ref="a069e96633e6527f5adb8635968eb471" args="(struct OfxStatusData data, void *status_data)" -->
int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ofxdump_8cpp.html#a069e96633e6527f5adb8635968eb471">ofx_proc_status_cb</a> (struct <a class="el" href="structOfxStatusData.html">OfxStatusData</a> data, void *status_data)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ofxdump_8cpp.html#0ddf1224851353fc92bfbff6f499fa97">main</a> (int argc, char *argv[])</td></tr>

</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="0ddf1224851353fc92bfbff6f499fa97"></a><!-- doxytag: member="ofxdump.cpp::main" ref="0ddf1224851353fc92bfbff6f499fa97" args="(int argc, char *argv[])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int main           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>argc</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char *&nbsp;</td>
          <td class="paramname"> <em>argv</em>[]</td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
Definition at line <a class="el" href="ofxdump_8cpp-source.html#l00369">369</a> of file <a class="el" href="ofxdump_8cpp-source.html">ofxdump.cpp</a>.
</div>
</div><p>
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 9 21:22:00 2009 for LibOFX by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
</body>
</html>