#include <output.h>
Public Member Functions | |
virtual void | clear () |
virtual void | flush () |
virtual void | operator() (post_t &post) |
report_commodities (report_t &_report) | |
virtual void | title (const string &str) |
virtual | ~report_commodities () |
Protected Types | |
typedef std::map< commodity_t *, std::size_t >::value_type | commodities_pair |
typedef std::map< commodity_t *, std::size_t, commodity_compare > | commodities_report_map |
Protected Attributes | |
commodities_report_map | commodities |
shared_ptr< item_handler > | handler |
report_t & | report |
|
protected |
|
protected |
|
inline |
Definition at line 232 of file output.h.
References TRACE_CTOR.
|
inlinevirtual |
Definition at line 235 of file output.h.
References TRACE_DTOR.
Reimplemented from ledger::item_handler< post_t >.
Definition at line 242 of file output.h.
References ledger::item_handler< T >::clear(), and commodities.
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 |