|  | NumeRe v1.1.4
    NumeRe: Framework für Numerische Rechnungen | 
#include <islamic.h>
| Public Member Functions | |
| CONSTCD11 | year (int y) NOEXCEPT | 
| CONSTCD14 year & | operator++ () NOEXCEPT | 
| CONSTCD14 year | operator++ (int) NOEXCEPT | 
| CONSTCD14 year & | operator-- () NOEXCEPT | 
| CONSTCD14 year | operator-- (int) NOEXCEPT | 
| CONSTCD14 year & | operator+= (const years &y) NOEXCEPT | 
| CONSTCD14 year & | operator-= (const years &y) NOEXCEPT | 
| CONSTCD14 bool | is_leap () const NOEXCEPT | 
| CONSTCD11 | operator int () const NOEXCEPT | 
| CONSTCD11 bool | ok () const NOEXCEPT | 
| Static Public Member Functions | |
| static CONSTCD11 year | min () NOEXCEPT | 
| static CONSTCD11 year | max () NOEXCEPT | 
| Private Attributes | |
| short | y_ | 
| 
 | inline | 
Definition at line 1052 of file islamic.h.
Referenced by islamic::year_month_day_last::day().
| 
 | inline | 
Definition at line 1077 of file islamic.h.
Referenced by islamic::year_month::ok(), islamic::year_month_day::ok(), islamic::year_month_day_last::ok(), islamic::year_month_weekday::ok(), and islamic::year_month_weekday_last::ok().
| 
 | inlineexplicit |