NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <solar_hijri.h>
Public Member Functions | |
year_month_weekday ()=default | |
CONSTCD11 | year_month_weekday (const solar_hijri::year &y, const solar_hijri::month &m, const solar_hijri::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 solar_hijri::year | year () const NOEXCEPT |
CONSTCD11 solar_hijri::month | month () const NOEXCEPT |
CONSTCD11 solar_hijri::weekday | weekday () const NOEXCEPT |
CONSTCD11 unsigned | index () const NOEXCEPT |
CONSTCD11 solar_hijri::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 | |
solar_hijri::year | y_ |
solar_hijri::month | m_ |
solar_hijri::weekday_indexed | wdi_ |
Definition at line 658 of file solar_hijri.h.
|
default |
|
inline |
Definition at line 2441 of file solar_hijri.h.
Definition at line 2451 of file solar_hijri.h.
|
inlineexplicit |
Definition at line 2457 of file solar_hijri.h.
|
inlinestaticprivate |
Definition at line 2554 of file solar_hijri.h.
|
inline |
Definition at line 2511 of file solar_hijri.h.
References solar_hijri::weekday_indexed::index().
Definition at line 2498 of file solar_hijri.h.
|
inline |
Definition at line 2541 of file solar_hijri.h.
References solar_hijri::weekday_indexed::index(), solar_hijri::month::ok(), solar_hijri::year::ok(), solar_hijri::weekday::ok(), and solar_hijri::weekday_indexed::weekday().
|
inlineexplicit |
Definition at line 2533 of file solar_hijri.h.
Definition at line 2526 of file solar_hijri.h.
|
inline |
Definition at line 2464 of file solar_hijri.h.
|
inline |
Definition at line 2482 of file solar_hijri.h.
|
inline |
Definition at line 2473 of file solar_hijri.h.
|
inline |
Definition at line 2491 of file solar_hijri.h.
Definition at line 2565 of file solar_hijri.h.
References solar_hijri::weekday_indexed::weekday().
Definition at line 2503 of file solar_hijri.h.
References solar_hijri::weekday_indexed::weekday().
|
inline |
Definition at line 2519 of file solar_hijri.h.
Definition at line 2497 of file solar_hijri.h.
|
private |
Definition at line 661 of file solar_hijri.h.
|
private |
Definition at line 662 of file solar_hijri.h.
|
private |
Definition at line 660 of file solar_hijri.h.