NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <date.h>
Public Member Functions | |
fields ()=default | |
fields (year_month_day ymd_) | |
fields (weekday wd_) | |
fields (hh_mm_ss< Duration > tod_) | |
fields (year_month_day ymd_, weekday wd_) | |
fields (year_month_day ymd_, hh_mm_ss< Duration > tod_) | |
fields (weekday wd_, hh_mm_ss< Duration > tod_) | |
fields (year_month_day ymd_, weekday wd_, hh_mm_ss< Duration > tod_) | |
Public Attributes | |
year_month_day | ymd {nanyear/0/0} |
weekday | wd {8u} |
hh_mm_ss< Duration > | tod {} |
bool | has_tod = false |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
bool date::fields< Duration >::has_tod = false |
Definition at line 4788 of file date.h.
Referenced by date::from_stream(), and date::to_stream().
hh_mm_ss<Duration> date::fields< Duration >::tod {} |
Definition at line 4787 of file date.h.
Referenced by date::from_stream(), and date::to_stream().
weekday date::fields< Duration >::wd {8u} |
Definition at line 4786 of file date.h.
Referenced by date::detail::extract_weekday(), and date::from_stream().
year_month_day date::fields< Duration >::ymd {nanyear/0/0} |
Definition at line 4785 of file date.h.
Referenced by date::detail::extract_month(), date::detail::extract_weekday(), date::from_stream(), and date::to_stream().