NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <islamic.h>
Public Member Functions | |
CONSTCD11 | month (unsigned m) NOEXCEPT |
CONSTCD14 month & | operator++ () NOEXCEPT |
CONSTCD14 month | operator++ (int) NOEXCEPT |
CONSTCD14 month & | operator-- () NOEXCEPT |
CONSTCD14 month | operator-- (int) NOEXCEPT |
CONSTCD14 month & | operator+= (const months &m) NOEXCEPT |
CONSTCD14 month & | operator-= (const months &m) NOEXCEPT |
CONSTCD11 | operator unsigned () const NOEXCEPT |
CONSTCD11 bool | ok () const NOEXCEPT |
Private Attributes | |
unsigned char | m_ |
|
inlineexplicit |
|
inline |
Definition at line 904 of file islamic.h.
Referenced by islamic::year_month::ok(), islamic::month_day::ok(), islamic::month_day_last::ok(), islamic::month_weekday::ok(), islamic::month_weekday_last::ok(), islamic::year_month_day::ok(), islamic::year_month_weekday::ok(), and islamic::year_month_weekday_last::ok().
|
inlineexplicit |