NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <solar_hijri.h>
Public Member Functions | |
year ()=default | |
CONSTCD11 | year (int y) NOEXCEPT |
CONSTCD14 year & | operator++ () NOEXCEPT |
CONSTCD14 year | operator++ (int) NOEXCEPT |
CONSTCD14 year & | operator-- () NOEXCEPT |
CONSTCD14 year | operator-- (int) NOEXCEPT |
CONSTCD14 year & | operator+= (const years &y) NOEXCEPT |
CONSTCD14 year & | operator-= (const years &y) NOEXCEPT |
CONSTCD14 bool | is_leap () const NOEXCEPT |
CONSTCD11 | operator int () const NOEXCEPT |
CONSTCD11 bool | ok () const NOEXCEPT |
Static Public Member Functions | |
static CONSTCD11 year | min () NOEXCEPT |
static CONSTCD11 year | max () NOEXCEPT |
Private Attributes | |
short | y_ |
Definition at line 262 of file solar_hijri.h.
|
default |
|
inlineexplicit |
Definition at line 1075 of file solar_hijri.h.
|
inline |
Definition at line 1086 of file solar_hijri.h.
References solar_hijri::internal::years_in_era.
Referenced by solar_hijri::year_month_day_last::day().
Definition at line 1115 of file solar_hijri.h.
References max.
Definition at line 1107 of file solar_hijri.h.
References min.
|
inline |
Definition at line 1102 of file solar_hijri.h.
Referenced by solar_hijri::year_month::ok(), solar_hijri::year_month_day::ok(), solar_hijri::year_month_day_last::ok(), solar_hijri::year_month_weekday::ok(), and solar_hijri::year_month_weekday_last::ok().
|
inlineexplicit |
Definition at line 1101 of file solar_hijri.h.
Definition at line 1076 of file solar_hijri.h.
Definition at line 1077 of file solar_hijri.h.
Definition at line 1080 of file solar_hijri.h.
Definition at line 1078 of file solar_hijri.h.
Definition at line 1079 of file solar_hijri.h.
Definition at line 1081 of file solar_hijri.h.
|
private |
Definition at line 264 of file solar_hijri.h.