NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <julian.h>
Public Member Functions | |
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_ |
|
inlineexplicit |
|
inline |
Definition at line 917 of file julian.h.
Referenced by julian::year_month::ok(), julian::month_day::ok(), julian::month_day_last::ok(), julian::month_weekday::ok(), julian::month_weekday_last::ok(), julian::year_month_day::ok(), julian::year_month_weekday::ok(), and julian::year_month_weekday_last::ok().
|
inlineexplicit |