Loading...
Searching...
No Matches
ledger::draft_t::xact_template_t::post_template_t Struct Reference

#include <draft.h>

Public Member Functions

 post_template_t ()
 ~post_template_t () throw ()

Public Attributes

optional< mask_taccount_mask
optional< amount_tamount
optional< amount_tcost
optional< stringcost_operator
bool from

Detailed Description

Definition at line 64 of file draft.h.

Constructor & Destructor Documentation

◆ post_template_t()

ledger::draft_t::xact_template_t::post_template_t::post_template_t ( )
inline

Definition at line 71 of file draft.h.

References from, post_template_t(), and TRACE_CTOR.

Referenced by post_template_t(), and ~post_template_t().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~post_template_t()

ledger::draft_t::xact_template_t::post_template_t::~post_template_t ( )
throw ( )
inline

Definition at line 74 of file draft.h.

References post_template_t(), and TRACE_DTOR.

Here is the call graph for this function:

Member Data Documentation

◆ account_mask

optional<mask_t> ledger::draft_t::xact_template_t::post_template_t::account_mask

Definition at line 66 of file draft.h.

◆ amount

optional<amount_t> ledger::draft_t::xact_template_t::post_template_t::amount

Definition at line 67 of file draft.h.

◆ cost

optional<amount_t> ledger::draft_t::xact_template_t::post_template_t::cost

Definition at line 69 of file draft.h.

◆ cost_operator

optional<string> ledger::draft_t::xact_template_t::post_template_t::cost_operator

Definition at line 68 of file draft.h.

◆ from

bool ledger::draft_t::xact_template_t::post_template_t::from

Definition at line 65 of file draft.h.

Referenced by post_template_t().


The documentation for this struct was generated from the following file: