Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 2c293755396b61d5feb669b6e142f13b > files > 159

lib64ofx-devel-0.9.9-2.mga4.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>LibOFX: ofx_container_generic.cpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">LibOFX</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('ofx__container__generic_8cpp.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">ofx_container_generic.cpp</div>  </div>
</div>
<div class="contents">
<a href="ofx__container__generic_8cpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/***************************************************************************</span>
<a name="l00002"></a>00002 <span class="comment">         ofx_container_generic.cpp</span>
<a name="l00003"></a>00003 <span class="comment">                             -------------------</span>
<a name="l00004"></a>00004 <span class="comment">    copyright            : (C) 2002 by Benoit Gr�goire</span>
<a name="l00005"></a>00005 <span class="comment">    email                : benoitg@coeus.ca</span>
<a name="l00006"></a>00006 <span class="comment">***************************************************************************/</span>
<a name="l00010"></a>00010 <span class="comment">/***************************************************************************</span>
<a name="l00011"></a>00011 <span class="comment"> *                                                                         *</span>
<a name="l00012"></a>00012 <span class="comment"> *   This program is free software; you can redistribute it and/or modify  *</span>
<a name="l00013"></a>00013 <span class="comment"> *   it under the terms of the GNU General Public License as published by  *</span>
<a name="l00014"></a>00014 <span class="comment"> *   the Free Software Foundation; either version 2 of the License, or     *</span>
<a name="l00015"></a>00015 <span class="comment"> *   (at your option) any later version.                                   *</span>
<a name="l00016"></a>00016 <span class="comment"> *                                                                         *</span>
<a name="l00017"></a>00017 <span class="comment"> ***************************************************************************/</span>
<a name="l00018"></a>00018 
<a name="l00019"></a>00019 <span class="preprocessor">#ifdef HAVE_CONFIG_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span><span class="preprocessor">#include &lt;config.h&gt;</span>
<a name="l00021"></a>00021 <span class="preprocessor">#endif</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span>
<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;string&gt;</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &quot;ParserEventGeneratorKit.h&quot;</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &quot;<a class="code" href="messages_8hh.html" title="Message IO functionality.">messages.hh</a>&quot;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &quot;libofx.h&quot;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &quot;<a class="code" href="ofx__containers_8hh.html" title="LibOFX internal object code.">ofx_containers.hh</a>&quot;</span>
<a name="l00028"></a>00028 
<a name="l00029"></a>00029 <span class="keyword">extern</span> <a class="code" href="classOfxMainContainer.html" title="The root container. Created by the &lt;OFX&gt; OFX element or by the export functions.">OfxMainContainer</a> * MainContainer;
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 OfxGenericContainer::OfxGenericContainer(<a class="code" href="classLibofxContext.html">LibofxContext</a> *p_libofx_context)
<a name="l00032"></a>00032 {
<a name="l00033"></a>00033   parentcontainer = NULL;
<a name="l00034"></a>00034   <a class="code" href="classOfxGenericContainer.html#a2cad6fe32c79d320b8808d1e88b4e18a">type</a> = <span class="stringliteral">&quot;&quot;</span>;
<a name="l00035"></a>00035   <a class="code" href="classOfxGenericContainer.html#a2594ccb63eaf769a6b4b5d224411f031">tag_identifier</a> = <span class="stringliteral">&quot;&quot;</span>;
<a name="l00036"></a>00036   libofx_context = p_libofx_context;
<a name="l00037"></a>00037 }
<a name="l00038"></a>00038 OfxGenericContainer::OfxGenericContainer(<a class="code" href="classLibofxContext.html">LibofxContext</a> *p_libofx_context, <a class="code" href="classOfxGenericContainer.html" title="A generic container for an OFX SGML element. Every container inherits from OfxGenericContainer.">OfxGenericContainer</a> *para_parentcontainer)
<a name="l00039"></a>00039 {
<a name="l00040"></a>00040   libofx_context = p_libofx_context;
<a name="l00041"></a>00041   parentcontainer = para_parentcontainer;
<a name="l00042"></a>00042   <span class="keywordflow">if</span> (parentcontainer != NULL &amp;&amp; parentcontainer-&gt;<a class="code" href="classOfxGenericContainer.html#a2cad6fe32c79d320b8808d1e88b4e18a">type</a> == <span class="stringliteral">&quot;DUMMY&quot;</span>)
<a name="l00043"></a>00043   {
<a name="l00044"></a>00044     <a class="code" href="messages_8cpp.html#a6af6947c1ec6fcbefd793f80c26d90fa" title="Message output function.">message_out</a>(<a class="code" href="messages_8hh.html#a7cd03dafa59895bc306bf220b7b85f69a0593585da9181e972974c1274d8f2b4f">DEBUG</a>, <span class="stringliteral">&quot;OfxGenericContainer(): The parent is a DummyContainer!&quot;</span>);
<a name="l00045"></a>00045   }
<a name="l00046"></a>00046 }
<a name="l00047"></a>00047 OfxGenericContainer::OfxGenericContainer(<a class="code" href="classLibofxContext.html">LibofxContext</a> *p_libofx_context, <a class="code" href="classOfxGenericContainer.html" title="A generic container for an OFX SGML element. Every container inherits from OfxGenericContainer.">OfxGenericContainer</a> *para_parentcontainer, <span class="keywordtype">string</span> para_tag_identifier)
<a name="l00048"></a>00048 {
<a name="l00049"></a>00049   libofx_context = p_libofx_context;
<a name="l00050"></a>00050   parentcontainer = para_parentcontainer;
<a name="l00051"></a>00051   <a class="code" href="classOfxGenericContainer.html#a2594ccb63eaf769a6b4b5d224411f031">tag_identifier</a> = para_tag_identifier;
<a name="l00052"></a>00052   <span class="keywordflow">if</span> (parentcontainer != NULL &amp;&amp; parentcontainer-&gt;<a class="code" href="classOfxGenericContainer.html#a2cad6fe32c79d320b8808d1e88b4e18a">type</a> == <span class="stringliteral">&quot;DUMMY&quot;</span>)
<a name="l00053"></a>00053   {
<a name="l00054"></a>00054     <a class="code" href="messages_8cpp.html#a6af6947c1ec6fcbefd793f80c26d90fa" title="Message output function.">message_out</a>(<a class="code" href="messages_8hh.html#a7cd03dafa59895bc306bf220b7b85f69a0593585da9181e972974c1274d8f2b4f">DEBUG</a>, <span class="stringliteral">&quot;OfxGenericContainer(): The parent for this &quot;</span> + <a class="code" href="classOfxGenericContainer.html#a2594ccb63eaf769a6b4b5d224411f031">tag_identifier</a> + <span class="stringliteral">&quot; is a DummyContainer!&quot;</span>);
<a name="l00055"></a>00055   }
<a name="l00056"></a>00056 }
<a name="l00057"></a><a class="code" href="classOfxGenericContainer.html#a6168716a931dc8e74bcb534fdadaf778">00057</a> <span class="keywordtype">void</span> <a class="code" href="classOfxGenericContainer.html#a6168716a931dc8e74bcb534fdadaf778" title="Add data to a container object.">OfxGenericContainer::add_attribute</a>(<span class="keyword">const</span> <span class="keywordtype">string</span> identifier, <span class="keyword">const</span> <span class="keywordtype">string</span> value)
<a name="l00058"></a>00058 {
<a name="l00059"></a>00059   <span class="comment">/*If an attribute has made it all the way up to the Generic Container&#39;s add_attribute,</span>
<a name="l00060"></a>00060 <span class="comment">    we don&#39;t know what to do with it! */</span>
<a name="l00061"></a>00061   <a class="code" href="messages_8cpp.html#a6af6947c1ec6fcbefd793f80c26d90fa" title="Message output function.">message_out</a>(<a class="code" href="messages_8hh.html#a7cd03dafa59895bc306bf220b7b85f69a2fd6f336d08340583bd620a7f5694c90">ERROR</a>, <span class="stringliteral">&quot;WRITEME: &quot;</span> + identifier + <span class="stringliteral">&quot; (&quot;</span> + value + <span class="stringliteral">&quot;) is not supported by the &quot;</span> + <a class="code" href="classOfxGenericContainer.html#a2cad6fe32c79d320b8808d1e88b4e18a">type</a> + <span class="stringliteral">&quot; container&quot;</span>);
<a name="l00062"></a>00062 }
<a name="l00063"></a><a class="code" href="classOfxGenericContainer.html#a3d6e18d61e9e8f43a956e50cc5f90597">00063</a> <a class="code" href="classOfxGenericContainer.html" title="A generic container for an OFX SGML element. Every container inherits from OfxGenericContainer.">OfxGenericContainer</a>* <a class="code" href="classOfxGenericContainer.html#a3d6e18d61e9e8f43a956e50cc5f90597" title="Returns the parent container object (the one representing the containing OFX SGML element)...">OfxGenericContainer::getparent</a>()
<a name="l00064"></a>00064 {
<a name="l00065"></a>00065   <span class="keywordflow">return</span> parentcontainer;
<a name="l00066"></a>00066 }
<a name="l00067"></a>00067 
<a name="l00068"></a><a class="code" href="classOfxGenericContainer.html#aa8ffd0a68bcea4f0048b392af5078105">00068</a> <span class="keywordtype">int</span>  <a class="code" href="classOfxGenericContainer.html#aa8ffd0a68bcea4f0048b392af5078105" title="Generate libofx.h events.">OfxGenericContainer::gen_event</a>()
<a name="l00069"></a>00069 {
<a name="l00070"></a>00070   <span class="comment">/* No callback is ever generated for pure virtual containers */</span>
<a name="l00071"></a>00071   <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00072"></a>00072 }
<a name="l00073"></a>00073 
<a name="l00074"></a><a class="code" href="classOfxGenericContainer.html#ae9ddc283e5d9a2853d7e02b4d9584036">00074</a> <span class="keywordtype">int</span>  <a class="code" href="classOfxGenericContainer.html#ae9ddc283e5d9a2853d7e02b4d9584036" title="Add this container to the main tree.">OfxGenericContainer::add_to_main_tree</a>()
<a name="l00075"></a>00075 {
<a name="l00076"></a>00076   <span class="keywordflow">if</span> (MainContainer != NULL)
<a name="l00077"></a>00077   {
<a name="l00078"></a>00078     <span class="keywordflow">return</span> MainContainer-&gt;add_container(<span class="keyword">this</span>);
<a name="l00079"></a>00079   }
<a name="l00080"></a>00080   <span class="keywordflow">else</span>
<a name="l00081"></a>00081   {
<a name="l00082"></a>00082     <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00083"></a>00083   }
<a name="l00084"></a>00084 }
<a name="l00085"></a>00085 
</pre></div></div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="ofx__container__generic_8cpp.html">ofx_container_generic.cpp</a>      </li>
      <li class="footer">Generated on Wed Apr 17 2013 22:12:00 for LibOFX by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </li>
    </ul>
  </div>

</body>
</html>