NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <solar_hijri.h>
Public Member Functions | |
month ()=default | |
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_ |
Definition at line 224 of file solar_hijri.h.
|
default |
|
inlineexplicit |
Definition at line 913 of file solar_hijri.h.
|
inline |
Definition at line 938 of file solar_hijri.h.
Referenced by solar_hijri::year_month::ok(), solar_hijri::month_day::ok(), solar_hijri::month_day_last::ok(), solar_hijri::month_weekday::ok(), solar_hijri::month_weekday_last::ok(), solar_hijri::year_month_day::ok(), solar_hijri::year_month_weekday::ok(), and solar_hijri::year_month_weekday_last::ok().
|
inlineexplicit |
Definition at line 937 of file solar_hijri.h.
Definition at line 914 of file solar_hijri.h.
Definition at line 915 of file solar_hijri.h.
Definition at line 922 of file solar_hijri.h.
Definition at line 916 of file solar_hijri.h.
Definition at line 917 of file solar_hijri.h.
Definition at line 931 of file solar_hijri.h.
|
private |
Definition at line 226 of file solar_hijri.h.