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

#include <islamic.h>

Collaboration diagram for islamic::year_month_weekday:

Public Member Functions

CONSTCD11 year_month_weekday (const islamic::year &y, const islamic::month &m, const islamic::weekday_indexed &wdi) NOEXCEPT
 
CONSTCD14 year_month_weekday (const sys_days &dp) NOEXCEPT
 
CONSTCD14 year_month_weekday (const local_days &dp) NOEXCEPT
 
CONSTCD14 year_month_weekdayoperator+= (const months &m) NOEXCEPT
 
CONSTCD14 year_month_weekdayoperator-= (const months &m) NOEXCEPT
 
CONSTCD14 year_month_weekdayoperator+= (const years &y) NOEXCEPT
 
CONSTCD14 year_month_weekdayoperator-= (const years &y) NOEXCEPT
 
CONSTCD11 islamic::year year () const NOEXCEPT
 
CONSTCD11 islamic::month month () const NOEXCEPT
 
CONSTCD11 islamic::weekday weekday () const NOEXCEPT
 
CONSTCD11 unsigned index () const NOEXCEPT
 
CONSTCD11 islamic::weekday_indexed weekday_indexed () const NOEXCEPT
 
CONSTCD14 operator sys_days () const NOEXCEPT
 
CONSTCD14 operator local_days () const NOEXCEPT
 
CONSTCD14 bool ok () const NOEXCEPT
 

Private Member Functions

CONSTCD14 days to_days () const NOEXCEPT
 

Static Private Member Functions

static CONSTCD14 year_month_weekday from_days (days dp) NOEXCEPT
 

Private Attributes

islamic::year y_
 
islamic::month m_
 
islamic::weekday_indexed wdi_
 

Detailed Description

Definition at line 626 of file islamic.h.

Constructor & Destructor Documentation

◆ year_month_weekday() [1/3]

CONSTCD11 islamic::year_month_weekday::year_month_weekday ( const islamic::year y,
const islamic::month m,
const islamic::weekday_indexed wdi 
)
inline

Definition at line 2321 of file islamic.h.

◆ year_month_weekday() [2/3]

CONSTCD14 islamic::year_month_weekday::year_month_weekday ( const sys_days dp)
inline

Definition at line 2331 of file islamic.h.

◆ year_month_weekday() [3/3]

CONSTCD14 islamic::year_month_weekday::year_month_weekday ( const local_days dp)
inlineexplicit

Definition at line 2337 of file islamic.h.

Member Function Documentation

◆ from_days()

CONSTCD14 year_month_weekday islamic::year_month_weekday::from_days ( days  dp)
inlinestaticprivate

Definition at line 2434 of file islamic.h.

◆ index()

CONSTCD11 unsigned islamic::year_month_weekday::index ( ) const
inline

Definition at line 2391 of file islamic.h.

References islamic::weekday_indexed::index().

Here is the call graph for this function:

◆ month()

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

Definition at line 2378 of file islamic.h.

◆ ok()

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

Definition at line 2421 of file islamic.h.

References islamic::weekday_indexed::index(), islamic::month::ok(), islamic::year::ok(), islamic::weekday::ok(), and islamic::weekday_indexed::weekday().

Here is the call graph for this function:

◆ operator local_days()

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

Definition at line 2413 of file islamic.h.

◆ operator sys_days()

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

Definition at line 2406 of file islamic.h.

◆ operator+=() [1/2]

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

Definition at line 2344 of file islamic.h.

◆ operator+=() [2/2]

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

Definition at line 2362 of file islamic.h.

◆ operator-=() [1/2]

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

Definition at line 2353 of file islamic.h.

◆ operator-=() [2/2]

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

Definition at line 2371 of file islamic.h.

◆ to_days()

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

Definition at line 2445 of file islamic.h.

References islamic::weekday_indexed::weekday().

Here is the call graph for this function:

◆ weekday()

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

Definition at line 2383 of file islamic.h.

References islamic::weekday_indexed::weekday().

Here is the call graph for this function:

◆ weekday_indexed()

CONSTCD11 weekday_indexed islamic::year_month_weekday::weekday_indexed ( ) const
inline

Definition at line 2399 of file islamic.h.

◆ year()

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

Definition at line 2377 of file islamic.h.

Member Data Documentation

◆ m_

islamic::month islamic::year_month_weekday::m_
private

Definition at line 629 of file islamic.h.

◆ wdi_

islamic::weekday_indexed islamic::year_month_weekday::wdi_
private

Definition at line 630 of file islamic.h.

◆ y_

islamic::year islamic::year_month_weekday::y_
private

Definition at line 628 of file islamic.h.


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