NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <date.h>
Public Member Functions | |
month ()=default | |
CONSTCD11 | month (unsigned m) NOEXCEPT |
CONSTCD14 month & | operator++ () NOEXCEPT |
CONSTCD14 month | operator++ (int) NOEXCEPT |
CONSTCD14 month & | operator-- () NOEXCEPT |
CONSTCD14 month | operator-- (int) NOEXCEPT |
CONSTCD14 month & | operator+= (const months &m) NOEXCEPT |
CONSTCD14 month & | operator-= (const months &m) NOEXCEPT |
CONSTCD11 | operator unsigned () const NOEXCEPT |
CONSTCD11 bool | ok () const NOEXCEPT |
Private Attributes | |
unsigned char | m_ |
|
default |
Referenced by date::from_stream(), date::detail::MonthDayTime::month(), and date::detail::Rule::month().
|
inline |
Definition at line 1564 of file date.h.
Referenced by date::detail::extract_month(), date::detail::low_level_fmt(), date::year_month::ok(), date::month_day::ok(), date::month_day_last::ok(), date::month_weekday::ok(), date::month_weekday_last::ok(), date::year_month_day::ok(), date::year_month_weekday::ok(), date::year_month_weekday_last::ok(), and date::to_stream().
|
inlineexplicit |