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

#include <solar_hijri.h>

Collaboration diagram for solar_hijri::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 224 of file solar_hijri.h.

Constructor & Destructor Documentation

◆ month() [1/2]

solar_hijri::month::month ( )
default

◆ month() [2/2]

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

Definition at line 913 of file solar_hijri.h.

Member Function Documentation

◆ ok()

◆ operator unsigned()

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

Definition at line 937 of file solar_hijri.h.

◆ operator++() [1/2]

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

Definition at line 914 of file solar_hijri.h.

◆ operator++() [2/2]

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

Definition at line 915 of file solar_hijri.h.

◆ operator+=()

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

Definition at line 922 of file solar_hijri.h.

◆ operator--() [1/2]

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

Definition at line 916 of file solar_hijri.h.

◆ operator--() [2/2]

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

Definition at line 917 of file solar_hijri.h.

◆ operator-=()

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

Definition at line 931 of file solar_hijri.h.

Member Data Documentation

◆ m_

unsigned char solar_hijri::month::m_
private

Definition at line 226 of file solar_hijri.h.


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