NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <islamic.h>
Public Member Functions | |
CONSTCD11 | year_month_weekday (const islamic::year &y, const islamic::month &m, const islamic::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 islamic::year | year () const NOEXCEPT |
CONSTCD11 islamic::month | month () const NOEXCEPT |
CONSTCD11 islamic::weekday | weekday () const NOEXCEPT |
CONSTCD11 unsigned | index () const NOEXCEPT |
CONSTCD11 islamic::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 | |
islamic::year | y_ |
islamic::month | m_ |
islamic::weekday_indexed | wdi_ |
|
inline |
|
inlineexplicit |
|
inlinestaticprivate |
|
inline |
Definition at line 2391 of file islamic.h.
References islamic::weekday_indexed::index().
|
inline |
Definition at line 2421 of file islamic.h.
References islamic::weekday_indexed::index(), islamic::month::ok(), islamic::year::ok(), islamic::weekday::ok(), and islamic::weekday_indexed::weekday().
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2445 of file islamic.h.
References islamic::weekday_indexed::weekday().
Definition at line 2383 of file islamic.h.
References islamic::weekday_indexed::weekday().
|
inline |
|
private |
|
private |
|
private |