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 posts, and 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 posts.

◆ 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

◆ posts

posts_list& ledger::push_to_posts_list::posts

Definition at line 184 of file filters.h.

Referenced by operator()(), and push_to_posts_list().


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