NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <islamic.h>
Public Member Functions | |
CONSTCD11 | year_month_day (const islamic::year &y, const islamic::month &m, const islamic::day &d) NOEXCEPT |
CONSTCD14 | year_month_day (const year_month_day_last &ymdl) NOEXCEPT |
CONSTCD14 | year_month_day (sys_days dp) NOEXCEPT |
CONSTCD14 | year_month_day (local_days dp) NOEXCEPT |
CONSTCD14 year_month_day & | operator+= (const months &m) NOEXCEPT |
CONSTCD14 year_month_day & | operator-= (const months &m) NOEXCEPT |
CONSTCD14 year_month_day & | operator+= (const years &y) NOEXCEPT |
CONSTCD14 year_month_day & | operator-= (const years &y) NOEXCEPT |
CONSTCD11 islamic::year | year () const NOEXCEPT |
CONSTCD11 islamic::month | month () const NOEXCEPT |
CONSTCD11 islamic::day | day () 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_day | from_days (days dp) NOEXCEPT |
Private Attributes | |
islamic::year | y_ |
islamic::month | m_ |
islamic::day | d_ |
|
inline |
|
inline |
|
inlineexplicit |
Definition at line 2101 of file islamic.h.
References islamic::day::d_.
|
inlinestaticprivate |
|
inline |
Definition at line 2175 of file islamic.h.
References islamic::day::d_, islamic::day::day(), islamic::month::ok(), and islamic::year::ok().
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2142 of file islamic.h.
References islamic::day::d_.
|
private |
|
private |
|
private |