NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <islamic.h>
Public Member Functions | |
CONSTCD11 | day (unsigned d) NOEXCEPT |
CONSTCD14 day & | operator++ () NOEXCEPT |
CONSTCD14 day | operator++ (int) NOEXCEPT |
CONSTCD14 day & | operator-- () NOEXCEPT |
CONSTCD14 day | operator-- (int) NOEXCEPT |
CONSTCD14 day & | operator+= (const days &d) NOEXCEPT |
CONSTCD14 day & | operator-= (const days &d) NOEXCEPT |
CONSTCD11 | operator unsigned () const NOEXCEPT |
CONSTCD11 bool | ok () const NOEXCEPT |
Private Attributes | |
unsigned char | d_ |
|
inlineexplicit |
Definition at line 773 of file islamic.h.
Referenced by islamic::year_month_day::ok(), islamic::year_month_day_last::operator local_days(), islamic::year_month_day_last::operator sys_days(), and islamic::operator/().
|
inline |
|
inlineexplicit |
|
private |
Definition at line 169 of file islamic.h.
Referenced by islamic::month_day::day(), islamic::year_month_day::day(), ok(), islamic::year_month_day::ok(), operator unsigned(), operator++(), operator--(), and islamic::year_month_day::to_days().