NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <islamic.h>
Public Member Functions | |
CONSTCD11 | year_month_weekday_last (const islamic::year &y, const islamic::month &m, const islamic::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 islamic::year | year () const NOEXCEPT |
CONSTCD11 islamic::month | month () const NOEXCEPT |
CONSTCD11 islamic::weekday | weekday () const NOEXCEPT |
CONSTCD11 islamic::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 | |
islamic::year | y_ |
islamic::month | m_ |
islamic::weekday_last | wdl_ |
|
inline |
|
inline |
Definition at line 2610 of file islamic.h.
References islamic::month::ok(), islamic::year::ok(), and islamic::weekday_last::ok().
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2618 of file islamic.h.
References islamic::weekday_last::weekday().
Definition at line 2580 of file islamic.h.
References islamic::weekday_last::weekday().
|
inline |
|
private |
|
private |
|
private |