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

#include <islamic.h>

Collaboration diagram for islamic::month_day:

Public Member Functions

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

Private Attributes

islamic::month m_
 
islamic::day d_
 

Detailed Description

Definition at line 407 of file islamic.h.

Constructor & Destructor Documentation

◆ month_day()

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

Definition at line 1630 of file islamic.h.

Member Function Documentation

◆ day()

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

Definition at line 1636 of file islamic.h.

References islamic::day::d_.

◆ month()

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

Definition at line 1635 of file islamic.h.

◆ ok()

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

Definition at line 1641 of file islamic.h.

References CONSTDATA, and islamic::month::ok().

Here is the call graph for this function:

Member Data Documentation

◆ d_

islamic::day islamic::month_day::d_
private

Definition at line 410 of file islamic.h.

◆ m_

islamic::month islamic::month_day::m_
private

Definition at line 409 of file islamic.h.


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