#include <output.h>
Definition at line 95 of file output.h.
◆ format_accounts()
ledger::format_accounts::format_accounts |
( |
report_t & | _report, |
|
|
const string & | _format, |
|
|
const optional< string > & | _prepend_format = none, |
|
|
std::size_t | _prepend_width = 0 ) |
◆ ~format_accounts()
virtual ledger::format_accounts::~format_accounts |
( |
| ) |
|
|
inlinevirtual |
◆ clear()
virtual void ledger::format_accounts::clear |
( |
| ) |
|
|
inlinevirtual |
◆ flush()
virtual void ledger::format_accounts::flush |
( |
| ) |
|
|
virtual |
◆ mark_accounts()
std::pair< std::size_t, std::size_t > ledger::format_accounts::mark_accounts |
( |
account_t & | account, |
|
|
const bool | flat ) |
◆ operator()()
virtual void ledger::format_accounts::operator() |
( |
account_t & | account | ) |
|
|
virtual |
◆ post_account()
virtual std::size_t ledger::format_accounts::post_account |
( |
account_t & | account, |
|
|
const bool | flat ) |
|
virtual |
◆ title()
virtual void ledger::format_accounts::title |
( |
const string & | str | ) |
|
|
inlinevirtual |
◆ account_line_format
format_t ledger::format_accounts::account_line_format |
|
protected |
◆ disp_pred
◆ first_report_title
bool ledger::format_accounts::first_report_title |
|
protected |
◆ handler
◆ posted_accounts
std::list<account_t *> ledger::format_accounts::posted_accounts |
|
protected |
◆ prepend_format
format_t ledger::format_accounts::prepend_format |
|
protected |
◆ prepend_width
std::size_t ledger::format_accounts::prepend_width |
|
protected |
◆ report
report_t& ledger::format_accounts::report |
|
protected |
◆ report_title
string ledger::format_accounts::report_title |
|
protected |
◆ separator_format
format_t ledger::format_accounts::separator_format |
|
protected |
◆ total_line_format
format_t ledger::format_accounts::total_line_format |
|
protected |
The documentation for this class was generated from the following file: