#include <post.h>
Public Types | |
typedef uint_least16_t | flags_t |
Public Member Functions | |
void | add_flags (const flags_t arg) |
void | clear_flags () |
void | drop_flags (const flags_t arg) |
flags_t | flags () const |
bool | has_flags (const flags_t arg) const |
void | set_flags (const flags_t arg) |
xdata_t () | |
xdata_t (const xdata_t &other) | |
~xdata_t () throw () | |
Public Attributes | |
account_t * | account |
value_t | compound_value |
std::size_t | count |
date_t | date |
datetime_t | datetime |
std::list< sort_value_t > | sort_values |
value_t | total |
date_t | value_date |
value_t | visited_value |
Protected Attributes | |
flags_t | _flags |
|
inherited |
|
inline |
Definition at line 189 of file post.h.
References TRACE_CTOR.
Definition at line 193 of file post.h.
References TRACE_CTOR.
|
inline |
Definition at line 205 of file post.h.
References TRACE_DTOR.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
protectedinherited |
datetime_t ledger::post_t::xdata_t::datetime |
std::list<sort_value_t> ledger::post_t::xdata_t::sort_values |