LibOFX
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
 Ccmdline_parser_paramsThe additional parameters to pass to parser functions
 CErrorMsgAn abstraction of an OFX error code sent by an OFX server
 Cgengetopt_args_infoWhere the command line options are stored
 Ctree< T, tree_node_allocator >::iterator_baseBase class for iterators, only pointers stored, no traversal logic
  Ctree< T, tree_node_allocator >::fixed_depth_iteratorIterator which traverses only the nodes at a given depth from the root
  Ctree< T, tree_node_allocator >::post_order_iteratorDepth-first iterator, first accessing the children, then the node itself
  Ctree< 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
 Ctree< T, tree_node_allocator >::iterator_base_lessComparator class for iterators (compares the actual node content, not pointer values)
 CLibofxContext
 Cxmlpp::Node::NodeList
  CNodeParser
 COfxAggregateA single aggregate as described in the OFX 1.02 specification
  COfxRequestA generic request
   COfxAccountInfoRequestAn account information request
   COfxPaymentRequest
   COfxStatementRequestA statement request
 COfxGenericContainerA generic container for an OFX SGML element. Every container inherits from OfxGenericContainer
  COfxAccountContainerRepresents a bank account or a credit card account
  COfxBalanceContainerRepresents the <BALANCE>, <INVBAL> or <INV401KBAL> OFX SGML entity
  COfxDummyContainerA container to hold OFX SGML elements that LibOFX knows nothing about
  COfxInv401kContainerA container to hold OFX SGML elements for <INV401K>
  COfxMainContainerThe root container. Created by the <OFX> OFX element or by the export functions
  COfxPositionContainerRepresents an investment position, such as a stock or bond
  COfxPushUpContainerA container to hold a OFX SGML element for which you want the parent to process it's data elements
  COfxSecurityContainerRepresents a security, such as a stock or bond
  COfxStatementContainerRepresents a statement for either a bank account or a credit card account
  COfxStatusContainerRepresents the <STATUS> OFX SGML entity
  COfxTransactionContainerRepresents a generic transaction
   COfxBankTransactionContainerRepresents a bank or credid card transaction
   COfxInvestmentTransactionContainerRepresents a bank or credid card transaction
 Coption
 CSGMLApplication
  COFCApplicationThis 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)
 Ctree< T, tree_node_allocator >
 Ctree_node_< T >A node in the tree, combining links to other nodes as well as the actual data