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

#include <islamic.h>

Collaboration diagram for islamic::year_month_weekday_last:

Public Member Functions

CONSTCD11 year_month_weekday_last (const islamic::year &y, const islamic::month &m, const islamic::weekday_last &wdl) NOEXCEPT
 
CONSTCD14 year_month_weekday_lastoperator+= (const months &m) NOEXCEPT
 
CONSTCD14 year_month_weekday_lastoperator-= (const months &m) NOEXCEPT
 
CONSTCD14 year_month_weekday_lastoperator+= (const years &y) NOEXCEPT
 
CONSTCD14 year_month_weekday_lastoperator-= (const years &y) NOEXCEPT
 
CONSTCD11 islamic::year year () const NOEXCEPT
 
CONSTCD11 islamic::month month () const NOEXCEPT
 
CONSTCD11 islamic::weekday weekday () const NOEXCEPT
 
CONSTCD11 islamic::weekday_last weekday_last () const NOEXCEPT
 
CONSTCD14 operator sys_days () const NOEXCEPT
 
CONSTCD14 operator local_days () const NOEXCEPT
 
CONSTCD11 bool ok () const NOEXCEPT
 

Private Member Functions

CONSTCD14 days to_days () const NOEXCEPT
 

Private Attributes

islamic::year y_
 
islamic::month m_
 
islamic::weekday_last wdl_
 

Detailed Description

Definition at line 693 of file islamic.h.

Constructor & Destructor Documentation

◆ year_month_weekday_last()

CONSTCD11 islamic::year_month_weekday_last::year_month_weekday_last ( const islamic::year y,
const islamic::month m,
const islamic::weekday_last wdl 
)
inline

Definition at line 2530 of file islamic.h.

Member Function Documentation

◆ month()

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

Definition at line 2575 of file islamic.h.

◆ ok()

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

Definition at line 2610 of file islamic.h.

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

Here is the call graph for this function:

◆ operator local_days()

CONSTCD14 islamic::year_month_weekday_last::operator local_days ( ) const
inlineexplicit

Definition at line 2602 of file islamic.h.

◆ operator sys_days()

CONSTCD14 islamic::year_month_weekday_last::operator sys_days ( ) const
inline

Definition at line 2595 of file islamic.h.

◆ operator+=() [1/2]

CONSTCD14 year_month_weekday_last & islamic::year_month_weekday_last::operator+= ( const months m)
inline

Definition at line 2541 of file islamic.h.

◆ operator+=() [2/2]

CONSTCD14 year_month_weekday_last & islamic::year_month_weekday_last::operator+= ( const years y)
inline

Definition at line 2559 of file islamic.h.

◆ operator-=() [1/2]

CONSTCD14 year_month_weekday_last & islamic::year_month_weekday_last::operator-= ( const months m)
inline

Definition at line 2550 of file islamic.h.

◆ operator-=() [2/2]

CONSTCD14 year_month_weekday_last & islamic::year_month_weekday_last::operator-= ( const years y)
inline

Definition at line 2568 of file islamic.h.

◆ to_days()

CONSTCD14 days islamic::year_month_weekday_last::to_days ( ) const
inlineprivate

Definition at line 2618 of file islamic.h.

References islamic::weekday_last::weekday().

Here is the call graph for this function:

◆ weekday()

CONSTCD11 weekday islamic::year_month_weekday_last::weekday ( ) const
inline

Definition at line 2580 of file islamic.h.

References islamic::weekday_last::weekday().

Here is the call graph for this function:

◆ weekday_last()

CONSTCD11 weekday_last islamic::year_month_weekday_last::weekday_last ( ) const
inline

Definition at line 2588 of file islamic.h.

◆ year()

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

Definition at line 2574 of file islamic.h.

Member Data Documentation

◆ m_

islamic::month islamic::year_month_weekday_last::m_
private

Definition at line 696 of file islamic.h.

◆ wdl_

islamic::weekday_last islamic::year_month_weekday_last::wdl_
private

Definition at line 697 of file islamic.h.

◆ y_

islamic::year islamic::year_month_weekday_last::y_
private

Definition at line 695 of file islamic.h.


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