#include <annotate.h>
Public Member Functions | |
bool | keep_all () const |
bool | keep_all (const commodity_t &comm) const |
bool | keep_any () const |
bool | keep_any (const commodity_t &comm) const |
keep_details_t (bool _keep_price=false, bool _keep_date=false, bool _keep_tag=false, bool _only_actuals=false) | |
keep_details_t (const keep_details_t &other) | |
~keep_details_t () throw () | |
Public Attributes | |
bool | keep_date |
bool | keep_price |
bool | keep_tag |
bool | only_actuals |
Definition at line 113 of file annotate.h.
|
inlineexplicit |
Definition at line 120 of file annotate.h.
References TRACE_CTOR.
|
inline |
Definition at line 131 of file annotate.h.
References TRACE_CTOR.
|
inline |
Definition at line 136 of file annotate.h.
References TRACE_DTOR.
|
inline |
Definition at line 140 of file annotate.h.
References keep_date, keep_price, keep_tag, and only_actuals.
bool ledger::keep_details_t::keep_all | ( | const commodity_t & | comm | ) | const |
|
inline |
Definition at line 145 of file annotate.h.
References keep_date, keep_price, and keep_tag.
bool ledger::keep_details_t::keep_any | ( | const commodity_t & | comm | ) | const |
bool ledger::keep_details_t::keep_date |
Definition at line 116 of file annotate.h.
Referenced by keep_all(), and keep_any().
bool ledger::keep_details_t::keep_price |
Definition at line 115 of file annotate.h.
Referenced by keep_all(), and keep_any().
bool ledger::keep_details_t::keep_tag |
Definition at line 117 of file annotate.h.
Referenced by keep_all(), and keep_any().
bool ledger::keep_details_t::only_actuals |
Definition at line 118 of file annotate.h.
Referenced by keep_all().