File: classOfxTransactionContainer.html

package info (click to toggle)
libofx 1%3A0.9.10-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 11,128 kB
  • sloc: sh: 11,428; cpp: 6,242; ansic: 2,459; makefile: 170; xml: 61
file content (411 lines) | stat: -rw-r--r-- 29,322 bytes parent folder | download | duplicates (3)
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
<!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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>LibOFX: OfxTransactionContainer Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
  $(window).load(resizeHeight);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<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>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('classOfxTransactionContainer.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-attribs">Data Fields</a>  </div>
  <div class="headertitle">
<div class="title">OfxTransactionContainer Class Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>Represents a generic transaction.  
 <a href="classOfxTransactionContainer.html#details">More...</a></p>
<div class="dynheader">
Inheritance diagram for OfxTransactionContainer:</div>
<div class="dyncontent">
 <div class="center">
  <img src="classOfxTransactionContainer.png" usemap="#OfxTransactionContainer_map" alt=""/>
  <map id="OfxTransactionContainer_map" name="OfxTransactionContainer_map">
<area href="classOfxGenericContainer.html" title="A generic container for an OFX SGML element. Every container inherits from OfxGenericContainer. " alt="OfxGenericContainer" shape="rect" coords="222,0,434,24"/>
<area href="classOfxGenericContainer.html" title="A generic container for an OFX SGML element. Every container inherits from OfxGenericContainer. " alt="OfxGenericContainer" shape="rect" coords="444,0,656,24"/>
<area href="classOfxBankTransactionContainer.html" title="Represents a bank or credid card transaction. " alt="OfxBankTransactionContainer" shape="rect" coords="0,112,212,136"/>
<area href="classOfxBankTransactionContainer.html" title="Represents a bank or credid card transaction. " alt="OfxBankTransactionContainer" shape="rect" coords="222,112,434,136"/>
<area href="classOfxInvestmentTransactionContainer.html" title="Represents a bank or credid card transaction. " alt="OfxInvestmentTransactionContainer" shape="rect" coords="444,112,656,136"/>
<area href="classOfxInvestmentTransactionContainer.html" title="Represents a bank or credid card transaction. " alt="OfxInvestmentTransactionContainer" shape="rect" coords="666,112,878,136"/>
</map>
 </div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ad43b43b1006be733490c4e25f8a41434"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad43b43b1006be733490c4e25f8a41434"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>OfxTransactionContainer</b> (<a class="el" href="classLibofxContext.html">LibofxContext</a> *p_libofx_context, <a class="el" href="classOfxGenericContainer.html">OfxGenericContainer</a> *para_parentcontainer, string para_tag_identifier)</td></tr>
<tr class="separator:ad43b43b1006be733490c4e25f8a41434"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aefafa4ee0b6745e46e40b5bcafb322e6"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOfxTransactionContainer.html#aefafa4ee0b6745e46e40b5bcafb322e6">add_attribute</a> (const string identifier, const string value)</td></tr>
<tr class="memdesc:aefafa4ee0b6745e46e40b5bcafb322e6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Add data to a container object.  <a href="#aefafa4ee0b6745e46e40b5bcafb322e6">More...</a><br/></td></tr>
<tr class="separator:aefafa4ee0b6745e46e40b5bcafb322e6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac3228dd35282322803e75f9f9015422f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac3228dd35282322803e75f9f9015422f"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>add_account</b> (<a class="el" href="structOfxAccountData.html">OfxAccountData</a> *account_data)</td></tr>
<tr class="separator:ac3228dd35282322803e75f9f9015422f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a733ee231fef8e72248cd9ab78b169a99"><td class="memItemLeft" align="right" valign="top">virtual int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOfxTransactionContainer.html#a733ee231fef8e72248cd9ab78b169a99">gen_event</a> ()</td></tr>
<tr class="memdesc:a733ee231fef8e72248cd9ab78b169a99"><td class="mdescLeft">&#160;</td><td class="mdescRight">Generate libofx.h events.  <a href="#a733ee231fef8e72248cd9ab78b169a99">More...</a><br/></td></tr>
<tr class="separator:a733ee231fef8e72248cd9ab78b169a99"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af3e7ffa3a55d3c0c67229c436875ed1d"><td class="memItemLeft" align="right" valign="top">virtual int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOfxTransactionContainer.html#af3e7ffa3a55d3c0c67229c436875ed1d">add_to_main_tree</a> ()</td></tr>
<tr class="memdesc:af3e7ffa3a55d3c0c67229c436875ed1d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Add this container to the main tree.  <a href="#af3e7ffa3a55d3c0c67229c436875ed1d">More...</a><br/></td></tr>
<tr class="separator:af3e7ffa3a55d3c0c67229c436875ed1d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad43b43b1006be733490c4e25f8a41434"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad43b43b1006be733490c4e25f8a41434"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>OfxTransactionContainer</b> (<a class="el" href="classLibofxContext.html">LibofxContext</a> *p_libofx_context, <a class="el" href="classOfxGenericContainer.html">OfxGenericContainer</a> *para_parentcontainer, string para_tag_identifier)</td></tr>
<tr class="separator:ad43b43b1006be733490c4e25f8a41434"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2f1b9bed927fd4ae1b9f8dc7f70ba48b"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOfxTransactionContainer.html#a2f1b9bed927fd4ae1b9f8dc7f70ba48b">add_attribute</a> (const string identifier, const string value)</td></tr>
<tr class="memdesc:a2f1b9bed927fd4ae1b9f8dc7f70ba48b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Add data to a container object.  <a href="#a2f1b9bed927fd4ae1b9f8dc7f70ba48b">More...</a><br/></td></tr>
<tr class="separator:a2f1b9bed927fd4ae1b9f8dc7f70ba48b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac3228dd35282322803e75f9f9015422f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac3228dd35282322803e75f9f9015422f"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>add_account</b> (<a class="el" href="structOfxAccountData.html">OfxAccountData</a> *account_data)</td></tr>
<tr class="separator:ac3228dd35282322803e75f9f9015422f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7281e2998d54cac58cbdeb46ebe16ede"><td class="memItemLeft" align="right" valign="top">virtual int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOfxTransactionContainer.html#a7281e2998d54cac58cbdeb46ebe16ede">gen_event</a> ()</td></tr>
<tr class="memdesc:a7281e2998d54cac58cbdeb46ebe16ede"><td class="mdescLeft">&#160;</td><td class="mdescRight">Generate libofx.h events.  <a href="#a7281e2998d54cac58cbdeb46ebe16ede">More...</a><br/></td></tr>
<tr class="separator:a7281e2998d54cac58cbdeb46ebe16ede"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a44769e07a94afa5f75ef8076729fc090"><td class="memItemLeft" align="right" valign="top">virtual int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOfxTransactionContainer.html#a44769e07a94afa5f75ef8076729fc090">add_to_main_tree</a> ()</td></tr>
<tr class="memdesc:a44769e07a94afa5f75ef8076729fc090"><td class="mdescLeft">&#160;</td><td class="mdescRight">Add this container to the main tree.  <a href="#a44769e07a94afa5f75ef8076729fc090">More...</a><br/></td></tr>
<tr class="separator:a44769e07a94afa5f75ef8076729fc090"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classOfxGenericContainer"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classOfxGenericContainer')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classOfxGenericContainer.html">OfxGenericContainer</a></td></tr>
<tr class="memitem:aa304d5bef635e4771cc04f3d55b8faa0 inherit pub_methods_classOfxGenericContainer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa304d5bef635e4771cc04f3d55b8faa0"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>OfxGenericContainer</b> (<a class="el" href="classLibofxContext.html">LibofxContext</a> *p_libofx_context)</td></tr>
<tr class="separator:aa304d5bef635e4771cc04f3d55b8faa0 inherit pub_methods_classOfxGenericContainer"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3439790d6565423746d460be7510b888 inherit pub_methods_classOfxGenericContainer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3439790d6565423746d460be7510b888"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>OfxGenericContainer</b> (<a class="el" href="classLibofxContext.html">LibofxContext</a> *p_libofx_context, <a class="el" href="classOfxGenericContainer.html">OfxGenericContainer</a> *para_parentcontainer)</td></tr>
<tr class="separator:a3439790d6565423746d460be7510b888 inherit pub_methods_classOfxGenericContainer"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2767854a4bd914130650ce49eade8f81 inherit pub_methods_classOfxGenericContainer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2767854a4bd914130650ce49eade8f81"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>OfxGenericContainer</b> (<a class="el" href="classLibofxContext.html">LibofxContext</a> *p_libofx_context, <a class="el" href="classOfxGenericContainer.html">OfxGenericContainer</a> *para_parentcontainer, string para_tag_identifier)</td></tr>
<tr class="separator:a2767854a4bd914130650ce49eade8f81 inherit pub_methods_classOfxGenericContainer"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3d6e18d61e9e8f43a956e50cc5f90597 inherit pub_methods_classOfxGenericContainer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3d6e18d61e9e8f43a956e50cc5f90597"></a>
<a class="el" href="classOfxGenericContainer.html">OfxGenericContainer</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOfxGenericContainer.html#a3d6e18d61e9e8f43a956e50cc5f90597">getparent</a> ()</td></tr>
<tr class="memdesc:a3d6e18d61e9e8f43a956e50cc5f90597 inherit pub_methods_classOfxGenericContainer"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the parent container object (the one representing the containing OFX SGML element) <br/></td></tr>
<tr class="separator:a3d6e18d61e9e8f43a956e50cc5f90597 inherit pub_methods_classOfxGenericContainer"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa304d5bef635e4771cc04f3d55b8faa0 inherit pub_methods_classOfxGenericContainer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa304d5bef635e4771cc04f3d55b8faa0"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>OfxGenericContainer</b> (<a class="el" href="classLibofxContext.html">LibofxContext</a> *p_libofx_context)</td></tr>
<tr class="separator:aa304d5bef635e4771cc04f3d55b8faa0 inherit pub_methods_classOfxGenericContainer"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3439790d6565423746d460be7510b888 inherit pub_methods_classOfxGenericContainer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3439790d6565423746d460be7510b888"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>OfxGenericContainer</b> (<a class="el" href="classLibofxContext.html">LibofxContext</a> *p_libofx_context, <a class="el" href="classOfxGenericContainer.html">OfxGenericContainer</a> *para_parentcontainer)</td></tr>
<tr class="separator:a3439790d6565423746d460be7510b888 inherit pub_methods_classOfxGenericContainer"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2767854a4bd914130650ce49eade8f81 inherit pub_methods_classOfxGenericContainer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2767854a4bd914130650ce49eade8f81"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>OfxGenericContainer</b> (<a class="el" href="classLibofxContext.html">LibofxContext</a> *p_libofx_context, <a class="el" href="classOfxGenericContainer.html">OfxGenericContainer</a> *para_parentcontainer, string para_tag_identifier)</td></tr>
<tr class="separator:a2767854a4bd914130650ce49eade8f81 inherit pub_methods_classOfxGenericContainer"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20c3e9b8e1c564b0050c446dd1371f5d inherit pub_methods_classOfxGenericContainer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a20c3e9b8e1c564b0050c446dd1371f5d"></a>
<a class="el" href="classOfxGenericContainer.html">OfxGenericContainer</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOfxGenericContainer.html#a20c3e9b8e1c564b0050c446dd1371f5d">getparent</a> ()</td></tr>
<tr class="memdesc:a20c3e9b8e1c564b0050c446dd1371f5d inherit pub_methods_classOfxGenericContainer"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the parent container object (the one representing the containing OFX SGML element) <br/></td></tr>
<tr class="separator:a20c3e9b8e1c564b0050c446dd1371f5d inherit pub_methods_classOfxGenericContainer"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr class="memitem:a309aeafe456a5fd7adb1f94adbfc91a1"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a309aeafe456a5fd7adb1f94adbfc91a1"></a>
<a class="el" href="structOfxTransactionData.html">OfxTransactionData</a>&#160;</td><td class="memItemRight" valign="bottom"><b>data</b></td></tr>
<tr class="separator:a309aeafe456a5fd7adb1f94adbfc91a1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_attribs_classOfxGenericContainer"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_classOfxGenericContainer')"><img src="closed.png" alt="-"/>&#160;Data Fields inherited from <a class="el" href="classOfxGenericContainer.html">OfxGenericContainer</a></td></tr>
<tr class="memitem:a2cad6fe32c79d320b8808d1e88b4e18a inherit pub_attribs_classOfxGenericContainer"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOfxGenericContainer.html#a2cad6fe32c79d320b8808d1e88b4e18a">type</a></td></tr>
<tr class="separator:a2cad6fe32c79d320b8808d1e88b4e18a inherit pub_attribs_classOfxGenericContainer"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2594ccb63eaf769a6b4b5d224411f031 inherit pub_attribs_classOfxGenericContainer"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOfxGenericContainer.html#a2594ccb63eaf769a6b4b5d224411f031">tag_identifier</a></td></tr>
<tr class="separator:a2594ccb63eaf769a6b4b5d224411f031 inherit pub_attribs_classOfxGenericContainer"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac4e7bb27525b187e9f8f71c2b6d7a834 inherit pub_attribs_classOfxGenericContainer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac4e7bb27525b187e9f8f71c2b6d7a834"></a>
<a class="el" href="classOfxGenericContainer.html">OfxGenericContainer</a> *&#160;</td><td class="memItemRight" valign="bottom"><b>parentcontainer</b></td></tr>
<tr class="separator:ac4e7bb27525b187e9f8f71c2b6d7a834 inherit pub_attribs_classOfxGenericContainer"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a03c91136a4dc5cde3cde5005ec1ad8fd inherit pub_attribs_classOfxGenericContainer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a03c91136a4dc5cde3cde5005ec1ad8fd"></a>
<a class="el" href="classLibofxContext.html">LibofxContext</a> *&#160;</td><td class="memItemRight" valign="bottom"><b>libofx_context</b></td></tr>
<tr class="separator:a03c91136a4dc5cde3cde5005ec1ad8fd inherit pub_attribs_classOfxGenericContainer"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Represents a generic transaction. </p>

<p>Definition at line <a class="el" href="ofx__containers_8hh_source.html#l00201">201</a> of file <a class="el" href="ofx__containers_8hh_source.html">ofx_containers.hh</a>.</p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="aefafa4ee0b6745e46e40b5bcafb322e6"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void OfxTransactionContainer::add_attribute </td>
          <td>(</td>
          <td class="paramtype">const string&#160;</td>
          <td class="paramname"><em>identifier</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const string&#160;</td>
          <td class="paramname"><em>value</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Add data to a container object. </p>
<p>Must be called once completed parsing an OFX SGML data element. The parent container should know what to do with it. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">identifier</td><td>The name of the data element </td></tr>
    <tr><td class="paramname">value</td><td>The concatenated string of the data </td></tr>
  </table>
  </dd>
</dl>

<p>Reimplemented from <a class="el" href="classOfxGenericContainer.html#a6168716a931dc8e74bcb534fdadaf778">OfxGenericContainer</a>.</p>

<p>Reimplemented in <a class="el" href="classOfxInvestmentTransactionContainer.html#a9122d7feb698cf423f92ec03aecb1e45">OfxInvestmentTransactionContainer</a>, <a class="el" href="classOfxInvestmentTransactionContainer.html#a9122d7feb698cf423f92ec03aecb1e45">OfxInvestmentTransactionContainer</a>, <a class="el" href="classOfxBankTransactionContainer.html#a9978c004a174afd5d013ca9806464d6d">OfxBankTransactionContainer</a>, and <a class="el" href="classOfxBankTransactionContainer.html#a9978c004a174afd5d013ca9806464d6d">OfxBankTransactionContainer</a>.</p>

<p>Definition at line <a class="el" href="ofx__container__transaction_8cpp_source.html#l00097">97</a> of file <a class="el" href="ofx__container__transaction_8cpp_source.html">ofx_container_transaction.cpp</a>.</p>

<p>Referenced by <a class="el" href="ofx__container__transaction_8cpp_source.html#l00177">OfxBankTransactionContainer::add_attribute()</a>, and <a class="el" href="ofx__container__transaction_8cpp_source.html#l00396">OfxInvestmentTransactionContainer::add_attribute()</a>.</p>

</div>
</div>
<a class="anchor" id="a2f1b9bed927fd4ae1b9f8dc7f70ba48b"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual void OfxTransactionContainer::add_attribute </td>
          <td>(</td>
          <td class="paramtype">const string&#160;</td>
          <td class="paramname"><em>identifier</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const string&#160;</td>
          <td class="paramname"><em>value</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Add data to a container object. </p>
<p>Must be called once completed parsing an OFX SGML data element. The parent container should know what to do with it. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">identifier</td><td>The name of the data element </td></tr>
    <tr><td class="paramname">value</td><td>The concatenated string of the data </td></tr>
  </table>
  </dd>
</dl>

<p>Reimplemented from <a class="el" href="classOfxGenericContainer.html#a6168716a931dc8e74bcb534fdadaf778">OfxGenericContainer</a>.</p>

<p>Reimplemented in <a class="el" href="classOfxInvestmentTransactionContainer.html#a9122d7feb698cf423f92ec03aecb1e45">OfxInvestmentTransactionContainer</a>, <a class="el" href="classOfxInvestmentTransactionContainer.html#a9122d7feb698cf423f92ec03aecb1e45">OfxInvestmentTransactionContainer</a>, <a class="el" href="classOfxBankTransactionContainer.html#a9978c004a174afd5d013ca9806464d6d">OfxBankTransactionContainer</a>, and <a class="el" href="classOfxBankTransactionContainer.html#a9978c004a174afd5d013ca9806464d6d">OfxBankTransactionContainer</a>.</p>

</div>
</div>
<a class="anchor" id="af3e7ffa3a55d3c0c67229c436875ed1d"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">int OfxTransactionContainer::add_to_main_tree </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Add this container to the main tree. </p>
<p>add_to_main_treegen_event will add the container to the main trees stored int the <a class="el" href="classOfxMainContainer.html" title="The root container. Created by the &lt;OFX&gt; OFX element or by the export functions. ">OfxMainContainer</a>. </p>
<dl class="section return"><dt>Returns</dt><dd>true if successfull, false otherwise. </dd></dl>

<p>Reimplemented from <a class="el" href="classOfxGenericContainer.html#ae9ddc283e5d9a2853d7e02b4d9584036">OfxGenericContainer</a>.</p>

<p>Definition at line <a class="el" href="ofx__container__transaction_8cpp_source.html#l00083">83</a> of file <a class="el" href="ofx__container__transaction_8cpp_source.html">ofx_container_transaction.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a44769e07a94afa5f75ef8076729fc090"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual int OfxTransactionContainer::add_to_main_tree </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Add this container to the main tree. </p>
<p>add_to_main_treegen_event will add the container to the main trees stored int the <a class="el" href="classOfxMainContainer.html" title="The root container. Created by the &lt;OFX&gt; OFX element or by the export functions. ">OfxMainContainer</a>. </p>
<dl class="section return"><dt>Returns</dt><dd>true if successfull, false otherwise. </dd></dl>

<p>Reimplemented from <a class="el" href="classOfxGenericContainer.html#ae9ddc283e5d9a2853d7e02b4d9584036">OfxGenericContainer</a>.</p>

</div>
</div>
<a class="anchor" id="a733ee231fef8e72248cd9ab78b169a99"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">int OfxTransactionContainer::gen_event </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Generate libofx.h events. </p>
<p>gen_event will call the appropriate ofx_proc_XXX_cb defined in libofx.h if one is available. </p>
<dl class="section return"><dt>Returns</dt><dd>true if a callback function vas called, false otherwise. </dd></dl>

<p>Reimplemented from <a class="el" href="classOfxGenericContainer.html#aa8ffd0a68bcea4f0048b392af5078105">OfxGenericContainer</a>.</p>

<p>Definition at line <a class="el" href="ofx__container__transaction_8cpp_source.html#l00069">69</a> of file <a class="el" href="ofx__container__transaction_8cpp_source.html">ofx_container_transaction.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a7281e2998d54cac58cbdeb46ebe16ede"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual int OfxTransactionContainer::gen_event </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Generate libofx.h events. </p>
<p>gen_event will call the appropriate ofx_proc_XXX_cb defined in libofx.h if one is available. </p>
<dl class="section return"><dt>Returns</dt><dd>true if a callback function vas called, false otherwise. </dd></dl>

<p>Reimplemented from <a class="el" href="classOfxGenericContainer.html#aa8ffd0a68bcea4f0048b392af5078105">OfxGenericContainer</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="ofx__containers_8hh_source.html">ofx_containers.hh</a></li>
<li><a class="el" href="ofx__container__transaction_8cpp_source.html">ofx_container_transaction.cpp</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="classOfxTransactionContainer.html">OfxTransactionContainer</a></li>
    <li class="footer">Generated on Fri Sep 12 2014 15:59:21 for LibOFX by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
  </ul>
</div>
</body>
</html>