Ccmdline_parser_params | The additional parameters to pass to parser functions |
CErrorMsg | An abstraction of an OFX error code sent by an OFX server |
Cgengetopt_args_info | Where the command line options are stored |
▼Ctree< T, tree_node_allocator >::iterator_base | Base class for iterators, only pointers stored, no traversal logic |
Ctree< T, tree_node_allocator >::fixed_depth_iterator | Iterator which traverses only the nodes at a given depth from the root |
Ctree< T, tree_node_allocator >::post_order_iterator | Depth-first iterator, first accessing the children, then the node itself |
Ctree< T, tree_node_allocator >::pre_order_iterator | Depth-first iterator, first accessing the node, then its children |
Ctree< T, tree_node_allocator >::sibling_iterator | Iterator which traverses only the nodes which are siblings of each other |
Ctree< T, tree_node_allocator >::iterator_base_less | Comparator class for iterators (compares the actual node content, not pointer values) |
CLibofxContext | |
CLibofxFileFormatInfo | |
COfxAccountData | An abstraction of an account |
▼COfxAggregate | A single aggregate as described in the OFX 1.02 specification |
▼COfxRequest | A generic request |
COfxAccountInfoRequest | An account information request |
COfxPaymentRequest | |
COfxStatementRequest | A statement request |
COfxCurrency | NOT YET SUPPORTED |
COfxFiLogin | Information sufficient to log into an financial institution |
COfxFiServiceInfo | Information returned by the OFX Partner Server about a financial institution |
▼COfxGenericContainer | A generic container for an OFX SGML element. Every container inherits from OfxGenericContainer |
COfxAccountContainer | Represents a bank account or a credit card account |
COfxBalanceContainer | Represents the <BALANCE> OFX SGML entity |
COfxDummyContainer | A container to holds OFX SGML elements that LibOFX knows nothing about |
COfxMainContainer | The root container. Created by the <OFX> OFX element or by the export functions |
COfxPushUpContainer | A container to hold a OFX SGML element for which you want the parent to process it's data elements |
COfxSecurityContainer | Represents a security, such as a stock or bond |
COfxStatementContainer | Represents a statement for either a bank account or a credit card account |
COfxStatusContainer | Represents the <STATUS> OFX SGML entity |
▼COfxTransactionContainer | Represents a generic transaction |
COfxBankTransactionContainer | Represents a bank or credid card transaction |
COfxInvestmentTransactionContainer | Represents a bank or credid card transaction |
COfxPayee | |
COfxPayment | |
COfxSecurityData | An abstraction of a security, such as a stock, mutual fund, etc |
COfxStatementData | An abstraction of an account statement |
COfxStatusData | An abstraction of an OFX STATUS element |
COfxTransactionData | An abstraction of a transaction in an account |
Coption | |
▼CSGMLApplication | |
COFCApplication | This object is driven by OpenSP as it parses the SGML from the ofx file(s) |
COFXApplication | This object is driven by OpenSP as it parses the SGML from the ofx file(s) |
Ctree< T, tree_node_allocator > | |
Ctree< OfxGenericContainer *> | |
Ctree_node_< T > | A node in the tree, combining links to other nodes as well as the actual data |