Dynalib Utils
Public Member Functions | List of all members
julian::month Class Reference

#include <julian.h>

Public Member Functions

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()

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

Member Function Documentation

◆ ok()

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

◆ operator unsigned()

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

◆ operator++() [1/2]

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

◆ operator++() [2/2]

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

◆ operator+=()

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

◆ operator--() [1/2]

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

◆ operator--() [2/2]

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

◆ operator-=()

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

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