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

#include <islamic.h>

Collaboration diagram for islamic::day:

Public Member Functions

CONSTCD11 day (unsigned d) NOEXCEPT
 
CONSTCD14 dayoperator++ () NOEXCEPT
 
CONSTCD14 day operator++ (int) NOEXCEPT
 
CONSTCD14 dayoperator-- () NOEXCEPT
 
CONSTCD14 day operator-- (int) NOEXCEPT
 
CONSTCD14 dayoperator+= (const days &d) NOEXCEPT
 
CONSTCD14 dayoperator-= (const days &d) NOEXCEPT
 
CONSTCD11 operator unsigned () const NOEXCEPT
 
CONSTCD11 bool ok () const NOEXCEPT
 

Private Attributes

unsigned char d_
 

Detailed Description

Definition at line 167 of file islamic.h.

Constructor & Destructor Documentation

◆ day()

Member Function Documentation

◆ ok()

CONSTCD11 bool islamic::day::ok ( ) const
inline

Definition at line 781 of file islamic.h.

References d_.

◆ operator unsigned()

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

Definition at line 780 of file islamic.h.

References d_.

◆ operator++() [1/2]

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

Definition at line 774 of file islamic.h.

References d_.

◆ operator++() [2/2]

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

Definition at line 775 of file islamic.h.

◆ operator+=()

CONSTCD14 day & islamic::day::operator+= ( const days d)
inline

Definition at line 778 of file islamic.h.

◆ operator--() [1/2]

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

Definition at line 776 of file islamic.h.

References d_.

◆ operator--() [2/2]

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

Definition at line 777 of file islamic.h.

◆ operator-=()

CONSTCD14 day & islamic::day::operator-= ( const days d)
inline

Definition at line 779 of file islamic.h.

Member Data Documentation

◆ d_


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