NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <solar_hijri.h>
Public Member Functions | |
year_month ()=default | |
CONSTCD11 | year_month (const solar_hijri::year &y, const solar_hijri::month &m) NOEXCEPT |
CONSTCD11 solar_hijri::year | year () const NOEXCEPT |
CONSTCD11 solar_hijri::month | month () const NOEXCEPT |
CONSTCD14 year_month & | operator+= (const months &dm) NOEXCEPT |
CONSTCD14 year_month & | operator-= (const months &dm) NOEXCEPT |
CONSTCD14 year_month & | operator+= (const years &dy) NOEXCEPT |
CONSTCD14 year_month & | operator-= (const years &dy) NOEXCEPT |
CONSTCD11 bool | ok () const NOEXCEPT |
Private Attributes | |
solar_hijri::year | y_ |
solar_hijri::month | m_ |
Definition at line 391 of file solar_hijri.h.
|
default |
|
inline |
Definition at line 1530 of file solar_hijri.h.
Definition at line 1536 of file solar_hijri.h.
|
inline |
Definition at line 1537 of file solar_hijri.h.
References solar_hijri::month::ok(), and solar_hijri::year::ok().
|
inline |
Definition at line 1542 of file solar_hijri.h.
|
inline |
Definition at line 1560 of file solar_hijri.h.
|
inline |
Definition at line 1551 of file solar_hijri.h.
|
inline |
Definition at line 1569 of file solar_hijri.h.
Definition at line 1535 of file solar_hijri.h.
|
private |
Definition at line 394 of file solar_hijri.h.
|
private |
Definition at line 393 of file solar_hijri.h.