GNU Radio's SATNOGS Package
|
#include <date.h>
Public Member Functions | |
day ()=default | |
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 |
|
default |
Referenced by date::from_stream().
|
inlineexplicit |
|
inline |
References CONSTCD11.
Referenced by date::year_month_day_last::day(), and date::month_day::ok().
|
inlineexplicit |