NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <julian.h>
Public Member Functions | |
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_ |
|
inlineexplicit |
Definition at line 786 of file julian.h.
Referenced by julian::year_month_day::ok(), julian::year_month_day_last::operator local_days(), julian::year_month_day_last::operator sys_days(), and julian::operator/().
|
inline |
|
inlineexplicit |
|
private |
Definition at line 169 of file julian.h.
Referenced by julian::month_day::day(), julian::year_month_day::day(), ok(), julian::month_day::ok(), julian::year_month_day::ok(), operator unsigned(), operator++(), operator--(), and julian::year_month_day::to_days().