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

#include <solar_hijri.h>

Collaboration diagram for solar_hijri::year_month_weekday:

Public Member Functions

 year_month_weekday ()=default
 
CONSTCD11 year_month_weekday (const solar_hijri::year &y, const solar_hijri::month &m, const solar_hijri::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 solar_hijri::year year () const NOEXCEPT
 
CONSTCD11 solar_hijri::month month () const NOEXCEPT
 
CONSTCD11 solar_hijri::weekday weekday () const NOEXCEPT
 
CONSTCD11 unsigned index () const NOEXCEPT
 
CONSTCD11 solar_hijri::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

solar_hijri::year y_
 
solar_hijri::month m_
 
solar_hijri::weekday_indexed wdi_
 

Detailed Description

Definition at line 658 of file solar_hijri.h.

Constructor & Destructor Documentation

◆ year_month_weekday() [1/4]

solar_hijri::year_month_weekday::year_month_weekday ( )
default

◆ year_month_weekday() [2/4]

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

Definition at line 2441 of file solar_hijri.h.

◆ year_month_weekday() [3/4]

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

Definition at line 2451 of file solar_hijri.h.

◆ year_month_weekday() [4/4]

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

Definition at line 2457 of file solar_hijri.h.

Member Function Documentation

◆ from_days()

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

Definition at line 2554 of file solar_hijri.h.

◆ index()

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

Definition at line 2511 of file solar_hijri.h.

References solar_hijri::weekday_indexed::index().

Here is the call graph for this function:

◆ month()

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

Definition at line 2498 of file solar_hijri.h.

◆ ok()

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

Definition at line 2541 of file solar_hijri.h.

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

Here is the call graph for this function:

◆ operator local_days()

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

Definition at line 2533 of file solar_hijri.h.

◆ operator sys_days()

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

Definition at line 2526 of file solar_hijri.h.

◆ operator+=() [1/2]

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

Definition at line 2464 of file solar_hijri.h.

◆ operator+=() [2/2]

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

Definition at line 2482 of file solar_hijri.h.

◆ operator-=() [1/2]

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

Definition at line 2473 of file solar_hijri.h.

◆ operator-=() [2/2]

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

Definition at line 2491 of file solar_hijri.h.

◆ to_days()

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

Definition at line 2565 of file solar_hijri.h.

References solar_hijri::weekday_indexed::weekday().

Here is the call graph for this function:

◆ weekday()

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

Definition at line 2503 of file solar_hijri.h.

References solar_hijri::weekday_indexed::weekday().

Here is the call graph for this function:

◆ weekday_indexed()

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

Definition at line 2519 of file solar_hijri.h.

◆ year()

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

Definition at line 2497 of file solar_hijri.h.

Member Data Documentation

◆ m_

solar_hijri::month solar_hijri::year_month_weekday::m_
private

Definition at line 661 of file solar_hijri.h.

◆ wdi_

solar_hijri::weekday_indexed solar_hijri::year_month_weekday::wdi_
private

Definition at line 662 of file solar_hijri.h.

◆ y_

solar_hijri::year solar_hijri::year_month_weekday::y_
private

Definition at line 660 of file solar_hijri.h.


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