Loading...
Searching...
No Matches
chain.h File Reference
#include "utils.h"
Include dependency graph for chain.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ledger::item_handler< T >

Namespaces

namespace  ledger

Typedefs

typedef shared_ptr< item_handler< account_t > > ledger::acct_handler_ptr
typedef shared_ptr< item_handler< post_t > > ledger::post_handler_ptr

Functions

post_handler_ptr ledger::chain_handlers (post_handler_ptr handler, report_t &report, bool for_accounts_report=false)
post_handler_ptr ledger::chain_post_handlers (post_handler_ptr base_handler, report_t &report, bool for_accounts_report=false)
post_handler_ptr ledger::chain_pre_post_handlers (post_handler_ptr base_handler, report_t &report)

Detailed Description

Author
John Wiegley

Definition in file chain.h.