NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <julian.h>
Public Member Functions | |
CONSTCD11 | year_month (const julian::year &y, const julian::month &m) NOEXCEPT |
CONSTCD11 julian::year | year () const NOEXCEPT |
CONSTCD11 julian::month | month () const NOEXCEPT |
CONSTCD14 year_month & | operator+= (const months &dm) NOEXCEPT |
CONSTCD14 year_month & | operator-= (const months &dm) NOEXCEPT |
CONSTCD14 year_month & | operator+= (const years &dy) NOEXCEPT |
CONSTCD14 year_month & | operator-= (const years &dy) NOEXCEPT |
CONSTCD11 bool | ok () const NOEXCEPT |
Private Attributes | |
julian::year | y_ |
julian::month | m_ |
|
inline |
|
inline |
Definition at line 1485 of file julian.h.
References julian::month::ok(), and julian::year::ok().
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |