#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 keep_date, keep_details_t(), keep_price, keep_tag, only_actuals, and TRACE_CTOR.
Referenced by keep_details_t(), keep_details_t(), and ~keep_details_t().
|
inline |
Definition at line 131 of file annotate.h.
References keep_date, keep_details_t(), keep_price, keep_tag, only_actuals, and TRACE_CTOR.
|
inline |
Definition at line 136 of file annotate.h.
References keep_details_t(), and 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(), keep_any(), keep_details_t(), and keep_details_t().
bool ledger::keep_details_t::keep_price |
Definition at line 115 of file annotate.h.
Referenced by keep_all(), keep_any(), keep_details_t(), and keep_details_t().
bool ledger::keep_details_t::keep_tag |
Definition at line 117 of file annotate.h.
Referenced by keep_all(), keep_any(), keep_details_t(), and keep_details_t().
bool ledger::keep_details_t::only_actuals |
Definition at line 118 of file annotate.h.
Referenced by keep_all(), keep_details_t(), and keep_details_t().