GNU Radio's SATNOGS Package
|
#include <date.h>
Public Member Functions | |
year ()=default | |
CONSTCD11 | year (int y) NOEXCEPT |
CONSTCD14 year & | operator++ () NOEXCEPT |
CONSTCD14 year | operator++ (int) NOEXCEPT |
CONSTCD14 year & | operator-- () NOEXCEPT |
CONSTCD14 year | operator-- (int) NOEXCEPT |
CONSTCD14 year & | operator+= (const years &y) NOEXCEPT |
CONSTCD14 year & | operator-= (const years &y) NOEXCEPT |
CONSTCD11 year | operator- () const NOEXCEPT |
CONSTCD11 year | operator+ () const NOEXCEPT |
CONSTCD11 bool | is_leap () const NOEXCEPT |
CONSTCD11 | operator int () const NOEXCEPT |
CONSTCD11 bool | ok () const NOEXCEPT |
Static Public Member Functions | |
static CONSTCD11 year | min () NOEXCEPT |
static CONSTCD11 year | max () NOEXCEPT |
|
default |
Referenced by date::from_stream().
|
inlineexplicit |
|
inline |
Referenced by date::year_month_day_last::day().
Referenced by date::from_stream().
Referenced by date::from_stream().
|
inline |
|
inlineexplicit |