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

#include <date.h>

Public Member Functions

 month ()=default
 
CONSTCD11 month (unsigned m) NOEXCEPT
 
CONSTCD14 monthoperator++ () NOEXCEPT
 
CONSTCD14 month operator++ (int) NOEXCEPT
 
CONSTCD14 monthoperator-- () NOEXCEPT
 
CONSTCD14 month operator-- (int) NOEXCEPT
 
CONSTCD14 monthoperator+= (const months &m) NOEXCEPT
 
CONSTCD14 monthoperator-= (const months &m) NOEXCEPT
 
CONSTCD11 operator unsigned () const NOEXCEPT
 
CONSTCD11 bool ok () const NOEXCEPT
 

Constructor & Destructor Documentation

◆ month() [1/2]

date::month::month ( )
default

◆ month() [2/2]

CONSTCD11 date::month::month ( unsigned  m)
inlineexplicit

Member Function Documentation

◆ ok()

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

References CONSTCD11.

◆ operator unsigned()

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

◆ operator++() [1/2]

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

◆ operator++() [2/2]

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

References tmp.

◆ operator+=()

CONSTCD14 month & date::month::operator+= ( const months m)
inline

References CONSTCD14.

◆ operator--() [1/2]

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

◆ operator--() [2/2]

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

References CONSTCD14, and tmp.

◆ operator-=()

CONSTCD14 month & date::month::operator-= ( const months m)
inline

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