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

#include <solar_hijri.h>

Collaboration diagram for solar_hijri::day:

Public Member Functions

 day ()=default
 
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 186 of file solar_hijri.h.

Constructor & Destructor Documentation

◆ day() [1/2]

◆ day() [2/2]

CONSTCD11 solar_hijri::day::day ( unsigned  d)
inlineexplicit

Definition at line 807 of file solar_hijri.h.

Member Function Documentation

◆ ok()

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

Definition at line 815 of file solar_hijri.h.

References d_.

◆ operator unsigned()

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

Definition at line 814 of file solar_hijri.h.

References d_.

◆ operator++() [1/2]

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

Definition at line 808 of file solar_hijri.h.

References d_.

◆ operator++() [2/2]

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

Definition at line 809 of file solar_hijri.h.

◆ operator+=()

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

Definition at line 812 of file solar_hijri.h.

◆ operator--() [1/2]

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

Definition at line 810 of file solar_hijri.h.

References d_.

◆ operator--() [2/2]

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

Definition at line 811 of file solar_hijri.h.

◆ operator-=()

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

Definition at line 813 of file solar_hijri.h.

Member Data Documentation

◆ d_


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