NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <islamic.h>
Public Member Functions | |
CONSTCD11 | year_month_day_last (const islamic::year &y, const islamic::month_day_last &mdl) NOEXCEPT |
CONSTCD14 year_month_day_last & | operator+= (const months &m) NOEXCEPT |
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 islamic::year | year () const NOEXCEPT |
CONSTCD11 islamic::month | month () const NOEXCEPT |
CONSTCD11 islamic::month_day_last | month_day_last () const NOEXCEPT |
CONSTCD14 islamic::day | day () const NOEXCEPT |
CONSTCD14 | operator sys_days () const NOEXCEPT |
CONSTCD14 | operator local_days () const NOEXCEPT |
CONSTCD11 bool | ok () const NOEXCEPT |
Private Attributes | |
islamic::year | y_ |
islamic::month_day_last | mdl_ |
|
inline |
Definition at line 1932 of file islamic.h.
References CONSTDATA, and islamic::year::is_leap().
Definition at line 1919 of file islamic.h.
References islamic::month_day_last::month().
|
inline |
|
inline |
Definition at line 1957 of file islamic.h.
References islamic::year::ok(), and islamic::month_day_last::ok().
|
inlineexplicit |
Definition at line 1949 of file islamic.h.
References islamic::day::day().
Definition at line 1942 of file islamic.h.
References islamic::day::day().
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |