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

#include <output.h>

Inheritance diagram for ledger::report_payees:
Collaboration diagram for ledger::report_payees:

Public Member Functions

virtual void clear ()
virtual void flush ()
virtual void operator() (post_t &post)
 report_payees (report_t &_report)
virtual void title (const string &str)
virtual ~report_payees ()

Protected Types

typedef std::map< string, std::size_t >::value_type payees_pair

Protected Attributes

shared_ptr< item_handlerhandler
std::map< string, std::size_t > payees
report_treport

Detailed Description

Definition at line 167 of file output.h.

Member Typedef Documentation

◆ payees_pair

typedef std::map<string,std::size_t>::value_type ledger::report_payees::payees_pair
protected

Definition at line 174 of file output.h.

Constructor & Destructor Documentation

◆ report_payees()

ledger::report_payees::report_payees ( report_t & _report)
inline

Definition at line 177 of file output.h.

References report, report_payees(), and TRACE_CTOR.

Referenced by report_payees(), and ~report_payees().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~report_payees()

virtual ledger::report_payees::~report_payees ( )
inlinevirtual

Definition at line 180 of file output.h.

References report_payees(), and TRACE_DTOR.

Here is the call graph for this function:

Member Function Documentation

◆ clear()

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

Reimplemented from ledger::item_handler< post_t >.

Definition at line 187 of file output.h.

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

Here is the call graph for this function:

◆ flush()

virtual void ledger::report_payees::flush ( )
virtual

Reimplemented from ledger::item_handler< post_t >.

◆ operator()()

virtual void ledger::report_payees::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::format_posts, and ledger::print_xacts.

Definition at line 68 of file chain.h.

Member Data Documentation

◆ handler

◆ payees

std::map<string, std::size_t> ledger::report_payees::payees
protected

Definition at line 172 of file output.h.

Referenced by clear().

◆ report

report_t& ledger::report_payees::report
protected

Definition at line 170 of file output.h.

Referenced by report_payees().


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