#include <output.h>
Public Member Functions | |
virtual void | clear () |
virtual void | flush () |
virtual void | operator() (post_t &post) |
report_accounts (report_t &_report) | |
virtual void | title (const string &str) |
virtual | ~report_accounts () |
Protected Types | |
typedef std::map< account_t *, std::size_t >::value_type | accounts_pair |
typedef std::map< account_t *, std::size_t, account_compare > | accounts_report_map |
Protected Attributes | |
accounts_report_map | accounts |
shared_ptr< item_handler > | handler |
report_t & | report |
|
protected |
|
protected |
|
inline |
Definition at line 151 of file output.h.
References TRACE_CTOR.
|
inlinevirtual |
Definition at line 154 of file output.h.
References TRACE_DTOR.
Reimplemented from ledger::item_handler< post_t >.
Definition at line 161 of file output.h.
References accounts, and ledger::item_handler< T >::clear().
Reimplemented from ledger::item_handler< post_t >.
Reimplemented from ledger::item_handler< post_t >.
|
inlinevirtualinherited |
Reimplemented in ledger::print_xacts, and ledger::format_posts.
|
protected |
|
protectedinherited |