NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <islamic.h>
Public Member Functions | |
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_ |
|
inlineexplicit |
|
explicitdelete |
|
inlineexplicit |
|
inline |
Definition at line 1247 of file islamic.h.
Referenced by islamic::weekday_indexed::ok(), islamic::weekday_last::ok(), and islamic::year_month_weekday::ok().
|
inlineexplicit |
|
inline |
|
inline |
|
inlinestaticprivate |