NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
date::month Class Reference

#include <date.h>

Collaboration diagram for date::month:

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
 

Private Attributes

unsigned char m_
 

Detailed Description

Definition at line 357 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 1539 of file date.h.

Member Function Documentation

◆ ok()

◆ operator unsigned()

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

Definition at line 1563 of file date.h.

◆ operator++() [1/2]

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

Definition at line 1540 of file date.h.

◆ operator++() [2/2]

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

Definition at line 1541 of file date.h.

◆ operator+=()

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

Definition at line 1548 of file date.h.

◆ operator--() [1/2]

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

Definition at line 1542 of file date.h.

◆ operator--() [2/2]

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

Definition at line 1543 of file date.h.

◆ operator-=()

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

Definition at line 1557 of file date.h.

Member Data Documentation

◆ m_

unsigned char date::month::m_
private

Definition at line 359 of file date.h.


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