NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <islamic.h>
Public Member Functions | |
CONSTCD11 | year_month (const islamic::year &y, const islamic::month &m) NOEXCEPT |
CONSTCD11 islamic::year | year () const NOEXCEPT |
CONSTCD11 islamic::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 | |
islamic::year | y_ |
islamic::month | m_ |
|
inline |
|
inline |
Definition at line 1470 of file islamic.h.
References islamic::month::ok(), and islamic::year::ok().
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |