#include <xact.h>
Public Member Functions | |
deferred_tag_data_t (string _tag_data, bool _overwrite_existing) |
Public Attributes | |
post_t * | apply_to_post |
bool | overwrite_existing |
string | tag_data |
|
inline |
Definition at line 141 of file xact.h.
References apply_to_post, overwrite_existing, and tag_data.
post_t* ledger::auto_xact_t::deferred_tag_data_t::apply_to_post |
Definition at line 139 of file xact.h.
Referenced by deferred_tag_data_t().
bool ledger::auto_xact_t::deferred_tag_data_t::overwrite_existing |
Definition at line 138 of file xact.h.
Referenced by deferred_tag_data_t().
string ledger::auto_xact_t::deferred_tag_data_t::tag_data |
Definition at line 137 of file xact.h.
Referenced by deferred_tag_data_t().