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

#include <filters.h>

Inheritance diagram for ledger::anonymize_posts:
Collaboration diagram for ledger::anonymize_posts:

Public Member Functions

 anonymize_posts (post_handler_ptr handler)
virtual void clear ()
virtual void flush ()
virtual void operator() (post_t &post)
void render_commodity (amount_t &amt)
virtual void title (const string &str)
virtual ~anonymize_posts ()

Protected Attributes

shared_ptr< item_handlerhandler

Detailed Description

Definition at line 357 of file filters.h.

Constructor & Destructor Documentation

◆ anonymize_posts()

ledger::anonymize_posts::anonymize_posts ( post_handler_ptr handler)
inline

Definition at line 373 of file filters.h.

References ledger::item_handler< post_t >::handler, ledger::item_handler< post_t >::item_handler(), and TRACE_CTOR.

Here is the call graph for this function:

◆ ~anonymize_posts()

virtual ledger::anonymize_posts::~anonymize_posts ( )
inlinevirtual

Definition at line 380 of file filters.h.

References ledger::item_handler< post_t >::handler, and TRACE_DTOR.

Member Function Documentation

◆ clear()

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

Reimplemented from ledger::item_handler< post_t >.

Definition at line 389 of file filters.h.

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

Here is the call graph for this function:

◆ flush()

◆ operator()()

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

Reimplemented from ledger::item_handler< post_t >.

◆ render_commodity()

void ledger::anonymize_posts::render_commodity ( amount_t & amt)

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