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

#include <filters.h>

Inheritance diagram for ledger::pass_down_posts< Iterator >:
Collaboration diagram for ledger::pass_down_posts< Iterator >:

Public Member Functions

virtual void clear ()
virtual void flush ()
virtual void operator() (post_t &item)
 pass_down_posts (post_handler_ptr handler, Iterator &iter)
virtual void title (const string &str)
virtual ~pass_down_posts ()

Protected Attributes

shared_ptr< item_handlerhandler

Detailed Description

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

Definition at line 151 of file filters.h.

Constructor & Destructor Documentation

◆ pass_down_posts()

template<typename Iterator>
ledger::pass_down_posts< Iterator >::pass_down_posts ( post_handler_ptr handler,
Iterator & iter )
inline

Definition at line 156 of file filters.h.

References add_error_context, ledger::item_handler< T >::flush(), ledger::item_handler< post_t >::handler, ledger::item_context(), ledger::item_handler< post_t >::item_handler(), ledger::item_handler< T >::operator()(), and TRACE_CTOR.

Here is the call graph for this function:

◆ ~pass_down_posts()

template<typename Iterator>
virtual ledger::pass_down_posts< Iterator >::~pass_down_posts ( )
inlinevirtual

Definition at line 174 of file filters.h.

References TRACE_DTOR.

Member Function Documentation

◆ clear()

◆ flush()

◆ operator()()

◆ title()

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

Reimplemented in ledger::format_posts, and ledger::print_xacts.

Definition at line 68 of file chain.h.

Member Data Documentation

◆ handler


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