GNU Radio's SATNOGS Package
|
#include <date.h>
Public Member Functions | |
year_month_day ()=default | |
CONSTCD11 | year_month_day (const date::year &y, const date::month &m, const date::day &d) NOEXCEPT |
CONSTCD14 | year_month_day (const year_month_day_last &ymdl) NOEXCEPT |
CONSTCD14 | year_month_day (sys_days dp) NOEXCEPT |
CONSTCD14 | year_month_day (local_days dp) NOEXCEPT |
template<class = detail::unspecified_month_disambiguator> | |
CONSTCD14 year_month_day & | operator+= (const months &m) NOEXCEPT |
template<class = detail::unspecified_month_disambiguator> | |
CONSTCD14 year_month_day & | operator-= (const months &m) NOEXCEPT |
CONSTCD14 year_month_day & | operator+= (const years &y) NOEXCEPT |
CONSTCD14 year_month_day & | operator-= (const years &y) NOEXCEPT |
CONSTCD11 date::year | year () const NOEXCEPT |
CONSTCD11 date::month | month () const NOEXCEPT |
CONSTCD11 date::day | day () const NOEXCEPT |
CONSTCD14 | operator sys_days () const NOEXCEPT |
CONSTCD14 | operator local_days () const NOEXCEPT |
CONSTCD14 bool | ok () const NOEXCEPT |
|
default |
|
inline |
References CONSTCD14.
|
inline |
References CONSTCD14.
|
inlineexplicit |
References CONSTCD14.
Referenced by date::from_stream(), date::year_month_weekday::ok(), date::operator+(), date::operator<<(), and date::to_stream().
Referenced by date::from_stream(), date::year_month_weekday::ok(), date::operator+(), date::operator<<(), and date::to_stream().
|
inline |
References CONSTCD11, and date::literals::last.
Referenced by date::from_stream(), date::operator<<(), and date::to_stream().
|
inlineexplicit |
References CONSTCD14.
|
inline |
References CONSTCD14.
|
inline |
References CONSTCD14.
|
inline |
References CONSTCD14.
|
inline |
References CONSTCD14, and date::February.
Referenced by date::from_stream(), date::year_month_weekday::ok(), date::operator+(), date::operator<<(), and date::to_stream().