Loading...
Searching...
No Matches
ledger::post_t::xdata_t Struct Reference

#include <post.h>

Inherits supports_flags< uint_least16_t >.

Collaboration diagram for ledger::post_t::xdata_t:

Public Member Functions

 xdata_t ()
 xdata_t (const xdata_t &other)
 ~xdata_t () throw ()

Public Attributes

account_taccount
value_t compound_value
std::size_t count
date_t date
datetime_t datetime
std::list< sort_value_tsort_values
value_t total
date_t value_date
value_t visited_value

Detailed Description

Definition at line 167 of file post.h.

Constructor & Destructor Documentation

◆ xdata_t() [1/2]

ledger::post_t::xdata_t::xdata_t ( )
inline

Definition at line 190 of file post.h.

References account, count, ledger::flags::supports_flags< uint_least16_t >::supports_flags(), and TRACE_CTOR.

Referenced by xdata_t().

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

◆ xdata_t() [2/2]

ledger::post_t::xdata_t::xdata_t ( const xdata_t & other)
inline

Definition at line 194 of file post.h.

References account, compound_value, count, date, sort_values, ledger::flags::supports_flags< uint_least16_t >::supports_flags(), total, TRACE_CTOR, visited_value, and xdata_t().

Here is the call graph for this function:

◆ ~xdata_t()

ledger::post_t::xdata_t::~xdata_t ( )
throw ( )
inline

Definition at line 206 of file post.h.

References TRACE_DTOR.

Member Data Documentation

◆ account

account_t* ledger::post_t::xdata_t::account

Definition at line 186 of file post.h.

Referenced by xdata_t(), and xdata_t().

◆ compound_value

value_t ledger::post_t::xdata_t::compound_value

Definition at line 180 of file post.h.

Referenced by xdata_t().

◆ count

std::size_t ledger::post_t::xdata_t::count

Definition at line 182 of file post.h.

Referenced by xdata_t(), and xdata_t().

◆ date

date_t ledger::post_t::xdata_t::date

Definition at line 183 of file post.h.

Referenced by xdata_t().

◆ datetime

datetime_t ledger::post_t::xdata_t::datetime

Definition at line 185 of file post.h.

◆ sort_values

std::list<sort_value_t> ledger::post_t::xdata_t::sort_values

Definition at line 188 of file post.h.

Referenced by xdata_t().

◆ total

value_t ledger::post_t::xdata_t::total

Definition at line 181 of file post.h.

Referenced by xdata_t().

◆ value_date

date_t ledger::post_t::xdata_t::value_date

Definition at line 184 of file post.h.

◆ visited_value

value_t ledger::post_t::xdata_t::visited_value

Definition at line 179 of file post.h.

Referenced by xdata_t().


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