NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <solar_hijri.h>
Public Member Functions | |
weekday ()=default | |
CONSTCD11 | weekday (unsigned wd) NOEXCEPT |
weekday (int)=delete | |
CONSTCD11 | weekday (const sys_days &dp) NOEXCEPT |
CONSTCD11 | weekday (const local_days &dp) NOEXCEPT |
CONSTCD14 weekday & | operator++ () NOEXCEPT |
CONSTCD14 weekday | operator++ (int) NOEXCEPT |
CONSTCD14 weekday & | operator-- () NOEXCEPT |
CONSTCD14 weekday | operator-- (int) NOEXCEPT |
CONSTCD14 weekday & | operator+= (const days &d) NOEXCEPT |
CONSTCD14 weekday & | operator-= (const days &d) NOEXCEPT |
CONSTCD11 | operator unsigned () const NOEXCEPT |
CONSTCD11 bool | ok () const NOEXCEPT |
CONSTCD11 weekday_indexed | operator[] (unsigned index) const NOEXCEPT |
CONSTCD11 weekday_last | operator[] (last_spec) const NOEXCEPT |
Static Private Member Functions | |
static CONSTCD11 unsigned char | weekday_from_days (int z) NOEXCEPT |
Private Attributes | |
unsigned char | wd_ |
Definition at line 305 of file solar_hijri.h.
|
default |
|
inlineexplicit |
Definition at line 1226 of file solar_hijri.h.
|
explicitdelete |
Definition at line 1232 of file solar_hijri.h.
|
inlineexplicit |
Definition at line 1238 of file solar_hijri.h.
|
inline |
Definition at line 1272 of file solar_hijri.h.
Referenced by solar_hijri::weekday_indexed::ok(), solar_hijri::weekday_last::ok(), and solar_hijri::year_month_weekday::ok().
|
inlineexplicit |
Definition at line 1267 of file solar_hijri.h.
Definition at line 1242 of file solar_hijri.h.
Definition at line 1243 of file solar_hijri.h.
Definition at line 1250 of file solar_hijri.h.
Definition at line 1244 of file solar_hijri.h.
Definition at line 1245 of file solar_hijri.h.
Definition at line 1259 of file solar_hijri.h.
|
inline |
Definition at line 1521 of file solar_hijri.h.
|
inline |
Definition at line 1467 of file solar_hijri.h.
|
inlinestaticprivate |
Definition at line 1218 of file solar_hijri.h.
|
private |
Definition at line 307 of file solar_hijri.h.