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

#include <solar_hijri.h>

Collaboration diagram for solar_hijri::month_day:

Public Member Functions

 month_day ()=default
 
CONSTCD11 month_day (const solar_hijri::month &m, const solar_hijri::day &d) NOEXCEPT
 
CONSTCD11 solar_hijri::month month () const NOEXCEPT
 
CONSTCD11 solar_hijri::day day () const NOEXCEPT
 
CONSTCD14 bool ok () const NOEXCEPT
 

Private Attributes

solar_hijri::month m_
 
solar_hijri::day d_
 

Detailed Description

Definition at line 433 of file solar_hijri.h.

Constructor & Destructor Documentation

◆ month_day() [1/2]

solar_hijri::month_day::month_day ( )
default

◆ month_day() [2/2]

CONSTCD11 solar_hijri::month_day::month_day ( const solar_hijri::month m,
const solar_hijri::day d 
)
inline

Definition at line 1697 of file solar_hijri.h.

Member Function Documentation

◆ day()

CONSTCD11 solar_hijri::day solar_hijri::month_day::day ( ) const
inline

Definition at line 1703 of file solar_hijri.h.

References solar_hijri::day::d_.

◆ month()

CONSTCD11 solar_hijri::month solar_hijri::month_day::month ( ) const
inline

Definition at line 1702 of file solar_hijri.h.

◆ ok()

CONSTCD14 bool solar_hijri::month_day::ok ( ) const
inline

Definition at line 1708 of file solar_hijri.h.

References CONSTDATA, solar_hijri::day::d_, and solar_hijri::month::ok().

Here is the call graph for this function:

Member Data Documentation

◆ d_

solar_hijri::day solar_hijri::month_day::d_
private

Definition at line 436 of file solar_hijri.h.

◆ m_

solar_hijri::month solar_hijri::month_day::m_
private

Definition at line 435 of file solar_hijri.h.


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