Loading...
Searching...
No Matches
ledger::related_posts Class Reference

#include <filters.h>

+ Inheritance diagram for ledger::related_posts:
+ Collaboration diagram for ledger::related_posts:

Public Member Functions

virtual void clear ()
 
virtual void flush ()
 
virtual void operator() (post_t &post)
 
 related_posts (post_handler_ptr handler, const bool _also_matching=false)
 
virtual void title (const string &str)
 
virtual ~related_posts () throw ()
 

Protected Attributes

shared_ptr< item_handlerhandler
 

Detailed Description

Definition at line 506 of file filters.h.

Constructor & Destructor Documentation

◆ related_posts()

ledger::related_posts::related_posts ( post_handler_ptr handler,
const bool _also_matching = false )
inline

Definition at line 514 of file filters.h.

References TRACE_CTOR.

◆ ~related_posts()

virtual ledger::related_posts::~related_posts ( )
throw ( )
inlinevirtual

Definition at line 520 of file filters.h.

References TRACE_DTOR.

Member Function Documentation

◆ clear()

virtual void ledger::related_posts::clear ( )
inlinevirtual

Reimplemented from ledger::item_handler< post_t >.

Definition at line 530 of file filters.h.

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

+ Here is the call graph for this function:

◆ flush()

virtual void ledger::related_posts::flush ( )
virtual

Reimplemented from ledger::item_handler< post_t >.

◆ operator()()

virtual void ledger::related_posts::operator() ( post_t & post)
inlinevirtual

Reimplemented from ledger::item_handler< post_t >.

Definition at line 525 of file filters.h.

References ledger::downcast(), and POST_EXT_RECEIVED.

+ Here is the call graph for this function:

◆ title()

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

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

Definition at line 68 of file chain.h.

Member Data Documentation

◆ handler

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

Definition at line 55 of file chain.h.


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