20 #ifndef OFX_AGGREGATE_H 
   21 #define OFX_AGGREGATE_H 
   59   void Add( 
const string& tag, 
const string& data )
 
   61     m_contents += string(
"<") + tag + string(
">") + data + string(
"\r\n");
 
   71     m_contents += sub.
Output();
 
   81     return string(
"<") + m_tag + string(
">\r\n") + m_contents + string(
"</") + m_tag + string(
">\r\n");
 
   89 #endif // OFX_AGGREGATE_H 
string Output(void) const 
A single aggregate as described in the OFX 1.02 specification. 
void Add(const string &tag, const string &data)
void Add(const OfxAggregate &sub)
OfxAggregate(const string &tag)