#include "utils.h"
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) |
Definition in file chain.h.