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

#include <account.h>

Inherits supports_flags<>.

Collaboration diagram for ledger::account_t::xdata_t:

Classes

struct  details_t

Public Member Functions

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

Public Attributes

details_t family_details
posts_list reported_posts
details_t self_details
std::list< sort_value_tsort_values

Detailed Description

Definition at line 151 of file account.h.

Constructor & Destructor Documentation

◆ xdata_t() [1/2]

ledger::account_t::xdata_t::xdata_t ( )
inline

Definition at line 236 of file account.h.

References ledger::flags::supports_flags< T, U >::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::account_t::xdata_t::xdata_t ( const xdata_t & other)
inline

Definition at line 240 of file account.h.

References family_details, ledger::flags::supports_flags< T, U >::flags(), self_details, sort_values, ledger::flags::supports_flags< T, U >::supports_flags(), TRACE_CTOR, and xdata_t().

Here is the call graph for this function:

◆ ~xdata_t()

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

Definition at line 248 of file account.h.

References TRACE_DTOR.

Member Data Documentation

◆ family_details

details_t ledger::account_t::xdata_t::family_details

Definition at line 231 of file account.h.

Referenced by xdata_t().

◆ reported_posts

posts_list ledger::account_t::xdata_t::reported_posts

Definition at line 232 of file account.h.

◆ self_details

details_t ledger::account_t::xdata_t::self_details

Definition at line 230 of file account.h.

Referenced by xdata_t().

◆ sort_values

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

Definition at line 234 of file account.h.

Referenced by xdata_t().


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