NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <date.h>
Public Member Functions | |
CONSTCD11 | year_month_day_last (const date::year &y, const date::month_day_last &mdl) NOEXCEPT |
template<class = detail::unspecified_month_disambiguator> | |
CONSTCD14 year_month_day_last & | operator+= (const months &m) NOEXCEPT |
template<class = detail::unspecified_month_disambiguator> | |
CONSTCD14 year_month_day_last & | operator-= (const months &m) NOEXCEPT |
CONSTCD14 year_month_day_last & | operator+= (const years &y) NOEXCEPT |
CONSTCD14 year_month_day_last & | operator-= (const years &y) NOEXCEPT |
CONSTCD11 date::year | year () const NOEXCEPT |
CONSTCD11 date::month | month () const NOEXCEPT |
CONSTCD11 date::month_day_last | month_day_last () const NOEXCEPT |
CONSTCD14 date::day | day () const NOEXCEPT |
CONSTCD14 | operator sys_days () const NOEXCEPT |
CONSTCD14 | operator local_days () const NOEXCEPT |
CONSTCD11 bool | ok () const NOEXCEPT |
Private Attributes | |
date::year | y_ |
date::month_day_last | mdl_ |
|
inline |
Definition at line 2737 of file date.h.
References CONSTDATA, date::February, date::year::is_leap(), and date::month_day_last::ok().
Definition at line 2724 of file date.h.
References date::month_day_last::month().
|
inline |
Definition at line 2729 of file date.h.
Referenced by date::detail::low_level_fmt().
|
inline |
Definition at line 2767 of file date.h.
References date::year::ok(), and date::month_day_last::ok().
|
inlineexplicit |
Definition at line 2759 of file date.h.
References date::day::day().
Definition at line 2752 of file date.h.
References date::day::day().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2723 of file date.h.
Referenced by date::detail::low_level_fmt().
|
private |
|
private |