Loading...
Searching...
No Matches
ledger::pass_down_accounts< Iterator > Class Template Reference

#include <filters.h>

+ Inheritance diagram for ledger::pass_down_accounts< Iterator >:
+ Collaboration diagram for ledger::pass_down_accounts< Iterator >:

Public Member Functions

virtual void clear ()
 
virtual void flush ()
 
virtual void operator() (account_t &item)
 
 pass_down_accounts (acct_handler_ptr handler, Iterator &iter, const optional< predicate_t > &_pred=none, const optional< scope_t & > &_context=none)
 
virtual void title (const string &str)
 
virtual ~pass_down_accounts ()
 

Protected Attributes

shared_ptr< item_handlerhandler
 

Detailed Description

template<typename Iterator>
class ledger::pass_down_accounts< Iterator >

Definition at line 1049 of file filters.h.

Constructor & Destructor Documentation

◆ pass_down_accounts()

template<typename Iterator >
ledger::pass_down_accounts< Iterator >::pass_down_accounts ( acct_handler_ptr handler,
Iterator & iter,
const optional< predicate_t > & _pred = none,
const optional< scope_t & > & _context = none )
inline

Definition at line 1057 of file filters.h.

References ledger::downcast(), ledger::item_handler< T >::flush(), ledger::item_handler< T >::operator()(), and TRACE_CTOR.

+ Here is the call graph for this function:

◆ ~pass_down_accounts()

Definition at line 1077 of file filters.h.

References TRACE_DTOR.

Member Function Documentation

◆ clear()

template<typename Iterator >
virtual void ledger::pass_down_accounts< Iterator >::clear ( )
inlinevirtual

Reimplemented from ledger::item_handler< account_t >.

Definition at line 1081 of file filters.h.

References ledger::item_handler< T >::clear().

+ Here is the call graph for this function:

◆ flush()

virtual void ledger::item_handler< account_t >::flush ( )
inlinevirtualinherited

Reimplemented in ledger::format_accounts.

Definition at line 73 of file chain.h.

◆ operator()()

virtual void ledger::item_handler< account_t >::operator() ( account_t & item)
inlinevirtualinherited

Reimplemented in ledger::format_accounts.

Definition at line 77 of file chain.h.

◆ title()

virtual void ledger::item_handler< account_t >::title ( const string & str)
inlinevirtualinherited

Reimplemented in ledger::format_accounts.

Definition at line 68 of file chain.h.

Member Data Documentation

◆ handler

shared_ptr<item_handler> ledger::item_handler< account_t >::handler
protectedinherited

Definition at line 55 of file chain.h.


The documentation for this class was generated from the following file: