#include <times.h>
Public Member Functions | |
date_traits_t (bool _has_year=false, bool _has_month=false, bool _has_day=false) | |
date_traits_t (const date_traits_t &traits) | |
date_traits_t & | operator= (const date_traits_t &traits) |
bool | operator== (const date_traits_t &traits) const |
~date_traits_t () throw () | |
Public Attributes | |
bool | has_day |
bool | has_month |
bool | has_year |
|
inline |
Definition at line 127 of file times.h.
References TRACE_CTOR.
|
inline |
Definition at line 133 of file times.h.
References TRACE_CTOR.
|
inline |
Definition at line 139 of file times.h.
References TRACE_DTOR.
|
inline |
|
inline |
bool ledger::date_traits_t::has_day |
Definition at line 125 of file times.h.
Referenced by operator=(), and operator==().
bool ledger::date_traits_t::has_month |
Definition at line 124 of file times.h.
Referenced by operator=(), and operator==().
bool ledger::date_traits_t::has_year |
Definition at line 123 of file times.h.
Referenced by operator=(), and operator==().