#include <print.h>
Public Member Functions | |
virtual void | clear () |
virtual void | flush () |
virtual void | operator() (post_t &post) |
print_xacts (report_t &_report, bool _print_raw=false) | |
virtual void | title (const string &) |
virtual | ~print_xacts () |
Protected Types | |
typedef std::list< xact_t * > | xacts_list |
typedef std::map< xact_t *, bool > | xacts_present_map |
Protected Attributes | |
bool | first_title |
shared_ptr< item_handler > | handler |
bool | print_raw |
report_t & | report |
xacts_list | xacts |
xacts_present_map | xacts_present |
|
protected |
|
protected |
Definition at line 67 of file print.h.
References TRACE_CTOR.
|
inlinevirtual |
Definition at line 71 of file print.h.
References TRACE_DTOR.
Reimplemented from ledger::item_handler< post_t >.
Definition at line 80 of file print.h.
References ledger::item_handler< T >::clear(), xacts, and xacts_present.
Reimplemented from ledger::item_handler< post_t >.
Reimplemented from ledger::item_handler< post_t >.
Reimplemented from ledger::item_handler< post_t >.
|
protectedinherited |
|
protected |
|
protected |