GNU Radio's SATNOGS Package
date::day Class Reference

#include <date.h>

Public Member Functions

 day ()=default
 
CONSTCD11 day (unsigned d) NOEXCEPT
 
CONSTCD14 dayoperator++ () NOEXCEPT
 
CONSTCD14 day operator++ (int) NOEXCEPT
 
CONSTCD14 dayoperator-- () NOEXCEPT
 
CONSTCD14 day operator-- (int) NOEXCEPT
 
CONSTCD14 dayoperator+= (const days &d) NOEXCEPT
 
CONSTCD14 dayoperator-= (const days &d) NOEXCEPT
 
CONSTCD11 operator unsigned () const NOEXCEPT
 
CONSTCD11 bool ok () const NOEXCEPT
 

Constructor & Destructor Documentation

◆ day() [1/2]

date::day::day ( )
default

Referenced by date::from_stream().

◆ day() [2/2]

CONSTCD11 date::day::day ( unsigned  d)
inlineexplicit

Member Function Documentation

◆ ok()

CONSTCD11 bool date::day::ok ( ) const
inline

◆ operator unsigned()

CONSTCD11 date::day::operator unsigned ( ) const
inlineexplicit

◆ operator++() [1/2]

CONSTCD14 day & date::day::operator++ ( )
inline

◆ operator++() [2/2]

CONSTCD14 day date::day::operator++ ( int  )
inline

References tmp.

◆ operator+=()

CONSTCD14 day & date::day::operator+= ( const days d)
inline

◆ operator--() [1/2]

CONSTCD14 day & date::day::operator-- ( )
inline

◆ operator--() [2/2]

CONSTCD14 day date::day::operator-- ( int  )
inline

References tmp.

◆ operator-=()

CONSTCD14 day & date::day::operator-= ( const days d)
inline

The documentation for this class was generated from the following file: