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

#include <islamic.h>

Collaboration diagram for islamic::year_month:

Public Member Functions

CONSTCD11 year_month (const islamic::year &y, const islamic::month &m) NOEXCEPT
 
CONSTCD11 islamic::year year () const NOEXCEPT
 
CONSTCD11 islamic::month month () const NOEXCEPT
 
CONSTCD14 year_monthoperator+= (const months &dm) NOEXCEPT
 
CONSTCD14 year_monthoperator-= (const months &dm) NOEXCEPT
 
CONSTCD14 year_monthoperator+= (const years &dy) NOEXCEPT
 
CONSTCD14 year_monthoperator-= (const years &dy) NOEXCEPT
 
CONSTCD11 bool ok () const NOEXCEPT
 

Private Attributes

islamic::year y_
 
islamic::month m_
 

Detailed Description

Definition at line 366 of file islamic.h.

Constructor & Destructor Documentation

◆ year_month()

CONSTCD11 islamic::year_month::year_month ( const islamic::year y,
const islamic::month m 
)
inline

Definition at line 1463 of file islamic.h.

Member Function Documentation

◆ month()

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

Definition at line 1469 of file islamic.h.

◆ ok()

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

Definition at line 1470 of file islamic.h.

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

Here is the call graph for this function:

◆ operator+=() [1/2]

CONSTCD14 year_month & islamic::year_month::operator+= ( const months dm)
inline

Definition at line 1475 of file islamic.h.

◆ operator+=() [2/2]

CONSTCD14 year_month & islamic::year_month::operator+= ( const years dy)
inline

Definition at line 1493 of file islamic.h.

◆ operator-=() [1/2]

CONSTCD14 year_month & islamic::year_month::operator-= ( const months dm)
inline

Definition at line 1484 of file islamic.h.

◆ operator-=() [2/2]

CONSTCD14 year_month & islamic::year_month::operator-= ( const years dy)
inline

Definition at line 1502 of file islamic.h.

◆ year()

CONSTCD11 year islamic::year_month::year ( ) const
inline

Definition at line 1468 of file islamic.h.

Member Data Documentation

◆ m_

islamic::month islamic::year_month::m_
private

Definition at line 369 of file islamic.h.

◆ y_

islamic::year islamic::year_month::y_
private

Definition at line 368 of file islamic.h.


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