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

#include <filters.h>

+ Inheritance diagram for ledger::push_to_posts_list:
+ Collaboration diagram for ledger::push_to_posts_list:

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_listposts
 

Protected Attributes

shared_ptr< item_handlerhandler
 

Detailed Description

Definition at line 179 of file filters.h.

Constructor & Destructor Documentation

◆ push_to_posts_list()

ledger::push_to_posts_list::push_to_posts_list ( posts_list & _posts)
inline

Definition at line 186 of file filters.h.

References TRACE_CTOR.

◆ ~push_to_posts_list()

virtual ledger::push_to_posts_list::~push_to_posts_list ( )
inlinevirtual

Definition at line 189 of file filters.h.

References TRACE_DTOR.

Member Function Documentation

◆ clear()

◆ flush()

◆ operator()()

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

Reimplemented from ledger::item_handler< post_t >.

Definition at line 193 of file filters.h.

References ledger::downcast(), and posts.

+ 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.

◆ posts

posts_list& ledger::push_to_posts_list::posts

Definition at line 184 of file filters.h.

Referenced by operator()().


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