LibOFX
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
oCcmdline_parser_paramsThe additional parameters to pass to parser functions
oCErrorMsgAn abstraction of an OFX error code sent by an OFX server
oCgengetopt_args_infoWhere the command line options are stored
oCtree< T, tree_node_allocator >::iterator_baseBase class for iterators, only pointers stored, no traversal logic
|oCtree< T, tree_node_allocator >::fixed_depth_iteratorIterator which traverses only the nodes at a given depth from the root
|oCtree< T, tree_node_allocator >::post_order_iteratorDepth-first iterator, first accessing the children, then the node itself
|oCtree< T, tree_node_allocator >::pre_order_iteratorDepth-first iterator, first accessing the node, then its children
|\Ctree< T, tree_node_allocator >::sibling_iteratorIterator which traverses only the nodes which are siblings of each other
oCtree< T, tree_node_allocator >::iterator_base_lessComparator class for iterators (compares the actual node content, not pointer values)
oCLibofxContext
oCLibofxFileFormatInfo
oCOfxAccountDataAn abstraction of an account
oCOfxAggregateA single aggregate as described in the OFX 1.02 specification
|\COfxRequestA generic request
| oCOfxAccountInfoRequestAn account information request
| oCOfxPaymentRequest
| \COfxStatementRequestA statement request
oCOfxCurrencyNOT YET SUPPORTED
oCOfxFiLoginInformation sufficient to log into an financial institution
oCOfxFiServiceInfoInformation returned by the OFX Partner Server about a financial institution
oCOfxGenericContainerA generic container for an OFX SGML element. Every container inherits from OfxGenericContainer
|oCOfxAccountContainerRepresents a bank account or a credit card account
|oCOfxBalanceContainerRepresents the <BALANCE> OFX SGML entity
|oCOfxDummyContainerA container to holds OFX SGML elements that LibOFX knows nothing about
|oCOfxMainContainerThe root container. Created by the <OFX> OFX element or by the export functions
|oCOfxPushUpContainerA container to hold a OFX SGML element for which you want the parent to process it's data elements
|oCOfxSecurityContainerRepresents a security, such as a stock or bond
|oCOfxStatementContainerRepresents a statement for either a bank account or a credit card account
|oCOfxStatusContainerRepresents the <STATUS> OFX SGML entity
|\COfxTransactionContainerRepresents a generic transaction
| oCOfxBankTransactionContainerRepresents a bank or credid card transaction
| \COfxInvestmentTransactionContainerRepresents a bank or credid card transaction
oCOfxPayee
oCOfxPayment
oCOfxSecurityDataAn abstraction of a security, such as a stock, mutual fund, etc
oCOfxStatementDataAn abstraction of an account statement
oCOfxStatusDataAn abstraction of an OFX STATUS element
oCOfxTransactionDataAn abstraction of a transaction in an account
oCoption
oCSGMLApplication
|oCOFCApplicationThis object is driven by OpenSP as it parses the SGML from the ofx file(s)
|\COFXApplicationThis object is driven by OpenSP as it parses the SGML from the ofx file(s)
oCtree< T, tree_node_allocator >
oCtree< OfxGenericContainer * >
\Ctree_node_< T >A node in the tree, combining links to other nodes as well as the actual data