#include "scope.h"
Go to the source code of this file.
Classes | |
struct | ledger::account_compare |
class | ledger::account_t |
struct | ledger::account_t::xdata_t::details_t |
struct | ledger::account_t::xdata_t |
Namespaces | |
namespace | ledger |
Macros | |
#define | ACCOUNT_EXT_AUTO_VIRTUALIZE 0x08 |
#define | ACCOUNT_EXT_DISPLAYED 0x80 |
#define | ACCOUNT_EXT_HAS_NON_VIRTUALS 0x02 |
#define | ACCOUNT_EXT_HAS_UNB_VIRTUALS 0x04 |
#define | ACCOUNT_EXT_MATCHING 0x20 |
#define | ACCOUNT_EXT_SORT_CALC 0x01 |
#define | ACCOUNT_EXT_TO_DISPLAY 0x40 |
#define | ACCOUNT_EXT_VISITED 0x10 |
#define | ACCOUNT_GENERATED 0x04 |
#define | ACCOUNT_KNOWN 0x01 |
#define | ACCOUNT_NORMAL 0x00 |
#define | ACCOUNT_TEMP 0x02 |
Typedefs | |
typedef std::map< string, account_t * > | ledger::accounts_map |
typedef std::map< string, posts_list > | ledger::deferred_posts_map_t |
typedef std::list< post_t * > | ledger::posts_list |
Functions | |
std::ostream & | ledger::operator<< (std::ostream &out, const account_t &account) |
void | ledger::put_account (property_tree::ptree &pt, const account_t &acct, function< bool(const account_t &)> pred) |
Definition in file account.h.