NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <date.h>
Public Member Functions | |
day ()=default | |
CONSTCD11 | day (unsigned d) NOEXCEPT |
CONSTCD14 day & | operator++ () NOEXCEPT |
CONSTCD14 day | operator++ (int) NOEXCEPT |
CONSTCD14 day & | operator-- () NOEXCEPT |
CONSTCD14 day | operator-- (int) NOEXCEPT |
CONSTCD14 day & | operator+= (const days &d) NOEXCEPT |
CONSTCD14 day & | operator-= (const days &d) NOEXCEPT |
CONSTCD11 | operator unsigned () const NOEXCEPT |
CONSTCD11 bool | ok () const NOEXCEPT |
Private Attributes | |
unsigned char | d_ |
|
default |
|
inline |
Definition at line 1426 of file date.h.
References d_.
Referenced by date::from_stream(), and date::to_stream().
|
inlineexplicit |
|
private |
Definition at line 321 of file date.h.
Referenced by date::month_day::day(), date::year_month_day::day(), ok(), date::month_day::ok(), date::year_month_day::ok(), operator unsigned(), operator++(), operator--(), and date::year_month_day::to_days().