NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <julian.h>
Public Member Functions | |
CONSTCD11 | year_month_weekday_last (const julian::year &y, const julian::month &m, const julian::weekday_last &wdl) NOEXCEPT |
CONSTCD14 year_month_weekday_last & | operator+= (const months &m) NOEXCEPT |
CONSTCD14 year_month_weekday_last & | operator-= (const months &m) NOEXCEPT |
CONSTCD14 year_month_weekday_last & | operator+= (const years &y) NOEXCEPT |
CONSTCD14 year_month_weekday_last & | operator-= (const years &y) NOEXCEPT |
CONSTCD11 julian::year | year () const NOEXCEPT |
CONSTCD11 julian::month | month () const NOEXCEPT |
CONSTCD11 julian::weekday | weekday () const NOEXCEPT |
CONSTCD11 julian::weekday_last | weekday_last () const NOEXCEPT |
CONSTCD14 | operator sys_days () const NOEXCEPT |
CONSTCD14 | operator local_days () const NOEXCEPT |
CONSTCD11 bool | ok () const NOEXCEPT |
Private Member Functions | |
CONSTCD14 days | to_days () const NOEXCEPT |
Private Attributes | |
julian::year | y_ |
julian::month | m_ |
julian::weekday_last | wdl_ |
|
inline |
|
inline |
Definition at line 2631 of file julian.h.
References julian::month::ok(), julian::year::ok(), and julian::weekday_last::ok().
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2639 of file julian.h.
References julian::weekday_last::weekday().
Definition at line 2601 of file julian.h.
References julian::weekday_last::weekday().
|
inline |
|
private |
|
private |
|
private |