NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <date.h>
Public Member Functions | |
year ()=default | |
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 year | operator- () const NOEXCEPT |
CONSTCD11 year | operator+ () const 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_ |
|
default |
Referenced by date::from_stream().
|
inline |
Definition at line 1694 of file date.h.
Referenced by date::year_month_day_last::day(), and Posix::detail::rule::operator()().
Definition at line 420 of file date.h.
Referenced by date::time_zone::adjust_infos(), date::find_next_rule(), date::find_rule(), date::from_stream(), date::time_zone::parse_info(), and date::detail::Rule::Rule().
Definition at line 419 of file date.h.
Referenced by date::time_zone::adjust_infos(), date::find_rule(), date::find_rule_for_zone(), date::from_stream(), and date::detail::Rule::Rule().
|
inline |
Definition at line 1704 of file date.h.
References min.
Referenced by date::year_month::ok(), date::year_month_day::ok(), date::year_month_day_last::ok(), date::year_month_weekday::ok(), date::year_month_weekday_last::ok(), and date::to_stream().