#include <filters.h>
Public Member Functions | |
virtual void | clear () |
virtual void | flush () |
virtual void | operator() (post_t &post) |
push_to_posts_list (posts_list &_posts) | |
virtual void | title (const string &str) |
virtual | ~push_to_posts_list () |
Public Attributes | |
posts_list & | posts |
Protected Attributes | |
shared_ptr< item_handler > | handler |
|
inline |
Definition at line 186 of file filters.h.
References TRACE_CTOR.
|
inlinevirtual |
Definition at line 189 of file filters.h.
References TRACE_DTOR.
|
inlinevirtualinherited |
Reimplemented in ledger::post_splitter, ledger::collect_posts, ledger::truncate_xacts, ledger::sort_posts, ledger::sort_xacts, ledger::filter_posts, ledger::anonymize_posts, ledger::calc_posts, ledger::collapse_posts, ledger::related_posts, ledger::display_filter_posts, ledger::changed_value_posts, ledger::subtotal_posts, ledger::interval_posts, ledger::posts_as_equity, ledger::by_payee_posts, ledger::transfer_details, ledger::day_of_week_posts, ledger::generate_posts, ledger::forecast_posts, ledger::format_posts, ledger::report_accounts, ledger::report_payees, ledger::report_tags, ledger::report_commodities, ledger::print_xacts, and ledger::format_ptree.
|
inlinevirtualinherited |
Reimplemented in ledger::format_emacs_posts, ledger::post_splitter, ledger::collect_posts, ledger::truncate_xacts, ledger::sort_posts, ledger::sort_xacts, ledger::collapse_posts, ledger::related_posts, ledger::changed_value_posts, ledger::subtotal_posts, ledger::interval_posts, ledger::posts_as_equity, ledger::by_payee_posts, ledger::day_of_week_posts, ledger::budget_posts, ledger::forecast_posts, ledger::format_posts, ledger::report_accounts, ledger::report_payees, ledger::report_tags, ledger::report_commodities, ledger::print_xacts, and ledger::format_ptree.
Reimplemented from ledger::item_handler< post_t >.
Definition at line 193 of file filters.h.
References ledger::downcast(), and posts.
|
inlinevirtualinherited |
Reimplemented in ledger::print_xacts, and ledger::format_posts.
|
protectedinherited |
posts_list& ledger::push_to_posts_list::posts |
Definition at line 184 of file filters.h.
Referenced by operator()().