GNU Radio's SATNOGS Package
|
#include <date.h>
Public Member Functions | |
year_month ()=default | |
CONSTCD11 | year_month (const date::year &y, const date::month &m) NOEXCEPT |
CONSTCD11 date::year | year () const NOEXCEPT |
CONSTCD11 date::month | month () const NOEXCEPT |
template<class = detail::unspecified_month_disambiguator> | |
CONSTCD14 year_month & | operator+= (const months &dm) NOEXCEPT |
template<class = detail::unspecified_month_disambiguator> | |
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 |
|
default |
|
inline |
Referenced by date::operator+(), date::operator/(), and date::operator<<().
|
inline |
References CONSTCD14.
|
inline |
References CONSTCD14.
|
inline |
References CONSTCD14.
|
inline |
References CONSTCD11.
Referenced by date::from_stream(), date::operator+(), date::operator/(), and date::operator<<().