#include <output.h>
Public Member Functions | |
virtual void | clear () |
virtual void | flush () |
format_posts (report_t &_report, const string &format, const optional< string > &_prepend_format=none, std::size_t _prepend_width=0) | |
virtual void | operator() (post_t &post) |
virtual void | title (const string &str) |
virtual | ~format_posts () |
Protected Attributes | |
format_t | between_format |
format_t | first_line_format |
bool | first_report_title |
shared_ptr< item_handler > | handler |
post_t * | last_post |
xact_t * | last_xact |
format_t | next_lines_format |
format_t | prepend_format |
std::size_t | prepend_width |
report_t & | report |
string | report_title |
ledger::format_posts::format_posts | ( | report_t & | _report, |
const string & | format, | ||
const optional< string > & | _prepend_format = none, | ||
std::size_t | _prepend_width = 0 ) |
|
inlinevirtual |
Definition at line 74 of file output.h.
References TRACE_DTOR.
Reimplemented from ledger::item_handler< post_t >.
Definition at line 85 of file output.h.
References ledger::item_handler< T >::clear(), ledger::downcast(), last_post, last_xact, and report_title.
Reimplemented from ledger::item_handler< post_t >.
Reimplemented from ledger::item_handler< post_t >.
Reimplemented from ledger::item_handler< post_t >.
Definition at line 78 of file output.h.
References report_title.
|
protectedinherited |
|
protected |
|
protected |
|
protected |