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

#include <islamic.h>

Collaboration diagram for islamic::month:

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
 

Private Attributes

unsigned char m_
 

Detailed Description

Definition at line 204 of file islamic.h.

Constructor & Destructor Documentation

◆ month()

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

Definition at line 879 of file islamic.h.

Member Function Documentation

◆ ok()

◆ operator unsigned()

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

Definition at line 903 of file islamic.h.

◆ operator++() [1/2]

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

Definition at line 880 of file islamic.h.

◆ operator++() [2/2]

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

Definition at line 881 of file islamic.h.

◆ operator+=()

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

Definition at line 888 of file islamic.h.

◆ operator--() [1/2]

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

Definition at line 882 of file islamic.h.

◆ operator--() [2/2]

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

Definition at line 883 of file islamic.h.

◆ operator-=()

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

Definition at line 897 of file islamic.h.

Member Data Documentation

◆ m_

unsigned char islamic::month::m_
private

Definition at line 206 of file islamic.h.


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