C++ Instrument Catalog
Public Member Functions | List of all members
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
 

Detailed Description

Definition at line 364 of file date.h.

Constructor & Destructor Documentation

◆ month() [1/2]

date::month::month ( )
default

◆ month() [2/2]

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

Definition at line 1483 of file date.h.

Member Function Documentation

◆ ok()

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

Definition at line 1508 of file date.h.

◆ operator unsigned()

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

Definition at line 1507 of file date.h.

◆ operator++() [1/2]

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

Definition at line 1484 of file date.h.

◆ operator++() [2/2]

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

Definition at line 1485 of file date.h.

◆ operator+=()

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

Definition at line 1492 of file date.h.

◆ operator--() [1/2]

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

Definition at line 1486 of file date.h.

◆ operator--() [2/2]

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

Definition at line 1487 of file date.h.

◆ operator-=()

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

Definition at line 1501 of file date.h.


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