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

#include <filters.h>

+ Inheritance diagram for ledger::truncate_xacts:
+ Collaboration diagram for ledger::truncate_xacts:

Public Member Functions

virtual void clear ()
 
virtual void flush ()
 
virtual void operator() (post_t &post)
 
virtual void title (const string &str)
 
 truncate_xacts (post_handler_ptr handler, int _head_count, int _tail_count)
 
virtual ~truncate_xacts ()
 

Protected Attributes

shared_ptr< item_handlerhandler
 

Detailed Description

Definition at line 198 of file filters.h.

Constructor & Destructor Documentation

◆ truncate_xacts()

ledger::truncate_xacts::truncate_xacts ( post_handler_ptr handler,
int _head_count,
int _tail_count )
inline

Definition at line 211 of file filters.h.

References TRACE_CTOR.

◆ ~truncate_xacts()

virtual ledger::truncate_xacts::~truncate_xacts ( )
inlinevirtual

Definition at line 218 of file filters.h.

References TRACE_DTOR.

Member Function Documentation

◆ clear()

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

Reimplemented from ledger::item_handler< post_t >.

Definition at line 225 of file filters.h.

References ledger::item_handler< T >::clear(), and ledger::downcast().

+ Here is the call graph for this function:

◆ flush()

virtual void ledger::truncate_xacts::flush ( )
virtual

Reimplemented from ledger::item_handler< post_t >.

◆ operator()()

virtual void ledger::truncate_xacts::operator() ( post_t & post)
virtual

Reimplemented from ledger::item_handler< post_t >.

◆ 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: