NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <julian.h>
Public Member Functions | |
CONSTCD11 | year_month_weekday (const julian::year &y, const julian::month &m, const julian::weekday_indexed &wdi) NOEXCEPT |
CONSTCD14 | year_month_weekday (const sys_days &dp) NOEXCEPT |
CONSTCD14 | year_month_weekday (const local_days &dp) NOEXCEPT |
CONSTCD14 year_month_weekday & | operator+= (const months &m) NOEXCEPT |
CONSTCD14 year_month_weekday & | operator-= (const months &m) NOEXCEPT |
CONSTCD14 year_month_weekday & | operator+= (const years &y) NOEXCEPT |
CONSTCD14 year_month_weekday & | operator-= (const years &y) NOEXCEPT |
CONSTCD11 julian::year | year () const NOEXCEPT |
CONSTCD11 julian::month | month () const NOEXCEPT |
CONSTCD11 julian::weekday | weekday () const NOEXCEPT |
CONSTCD11 unsigned | index () const NOEXCEPT |
CONSTCD11 julian::weekday_indexed | weekday_indexed () const NOEXCEPT |
CONSTCD14 | operator sys_days () const NOEXCEPT |
CONSTCD14 | operator local_days () const NOEXCEPT |
CONSTCD14 bool | ok () const NOEXCEPT |
Private Member Functions | |
CONSTCD14 days | to_days () const NOEXCEPT |
Static Private Member Functions | |
static CONSTCD14 year_month_weekday | from_days (days dp) NOEXCEPT |
Private Attributes | |
julian::year | y_ |
julian::month | m_ |
julian::weekday_indexed | wdi_ |
|
inline |
|
inlineexplicit |
|
inlinestaticprivate |
|
inline |
Definition at line 2412 of file julian.h.
References julian::weekday_indexed::index().
|
inline |
Definition at line 2442 of file julian.h.
References julian::weekday_indexed::index(), julian::month::ok(), julian::year::ok(), julian::weekday::ok(), and julian::weekday_indexed::weekday().
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2466 of file julian.h.
References julian::weekday_indexed::weekday().
Definition at line 2404 of file julian.h.
References julian::weekday_indexed::weekday().
|
inline |
|
private |
|
private |
|
private |