NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <solar_hijri.h>
Public Member Functions | |
day ()=default | |
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_ |
Definition at line 186 of file solar_hijri.h.
|
default |
|
inlineexplicit |
Definition at line 807 of file solar_hijri.h.
|
inline |
Definition at line 815 of file solar_hijri.h.
References d_.
|
inlineexplicit |
Definition at line 814 of file solar_hijri.h.
References d_.
Definition at line 808 of file solar_hijri.h.
References d_.
Definition at line 809 of file solar_hijri.h.
Definition at line 812 of file solar_hijri.h.
Definition at line 810 of file solar_hijri.h.
References d_.
Definition at line 811 of file solar_hijri.h.
Definition at line 813 of file solar_hijri.h.
|
private |
Definition at line 188 of file solar_hijri.h.
Referenced by solar_hijri::month_day::day(), solar_hijri::year_month_day::day(), ok(), solar_hijri::month_day::ok(), solar_hijri::year_month_day::ok(), operator unsigned(), operator++(), operator--(), and solar_hijri::year_month_day::to_days().