NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <julian.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 |
CONSTCD11 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 1065 of file julian.h.
Referenced by julian::year_month_day_last::day().
|
inline |
Definition at line 1071 of file julian.h.
Referenced by julian::year_month::ok(), julian::year_month_day::ok(), julian::year_month_day_last::ok(), julian::year_month_weekday::ok(), and julian::year_month_weekday_last::ok().
|
inlineexplicit |