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

#include <date.h>

Collaboration diagram for date::year_month_weekday:

Public Member Functions

 year_month_weekday ()=default
 
CONSTCD11 year_month_weekday (const date::year &y, const date::month &m, const date::weekday_indexed &wdi) NOEXCEPT
 
CONSTCD14 year_month_weekday (const sys_days &dp) NOEXCEPT
 
CONSTCD14 year_month_weekday (const local_days &dp) NOEXCEPT
 
template<class = detail::unspecified_month_disambiguator>
CONSTCD14 year_month_weekdayoperator+= (const months &m) NOEXCEPT
 
template<class = detail::unspecified_month_disambiguator>
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 date::year year () const NOEXCEPT
 
CONSTCD11 date::month month () const NOEXCEPT
 
CONSTCD11 date::weekday weekday () const NOEXCEPT
 
CONSTCD11 unsigned index () const NOEXCEPT
 
CONSTCD11 date::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

date::year y_
 
date::month m_
 
date::weekday_indexed wdi_
 

Detailed Description

Definition at line 820 of file date.h.

Constructor & Destructor Documentation

◆ year_month_weekday() [1/4]

date::year_month_weekday::year_month_weekday ( )
default

◆ year_month_weekday() [2/4]

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

Definition at line 3160 of file date.h.

◆ year_month_weekday() [3/4]

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

Definition at line 3170 of file date.h.

◆ year_month_weekday() [4/4]

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

Definition at line 3176 of file date.h.

Member Function Documentation

◆ from_days()

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

Definition at line 3276 of file date.h.

◆ index()

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

Definition at line 3232 of file date.h.

References date::weekday_indexed::index().

Here is the call graph for this function:

◆ month()

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

Definition at line 3219 of file date.h.

◆ ok()

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

Definition at line 3262 of file date.h.

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

Here is the call graph for this function:

◆ operator local_days()

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

Definition at line 3254 of file date.h.

◆ operator sys_days()

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

Definition at line 3247 of file date.h.

◆ operator+=() [1/2]

template<class >
CONSTCD14 year_month_weekday & date::year_month_weekday::operator+= ( const months m)
inline

Definition at line 3184 of file date.h.

◆ operator+=() [2/2]

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

Definition at line 3203 of file date.h.

◆ operator-=() [1/2]

template<class >
CONSTCD14 year_month_weekday & date::year_month_weekday::operator-= ( const months m)
inline

Definition at line 3194 of file date.h.

◆ operator-=() [2/2]

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

Definition at line 3212 of file date.h.

◆ to_days()

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

Definition at line 3287 of file date.h.

References date::weekday_indexed::weekday().

Here is the call graph for this function:

◆ weekday()

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

Definition at line 3224 of file date.h.

References date::weekday_indexed::weekday().

Here is the call graph for this function:

◆ weekday_indexed()

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

Definition at line 3240 of file date.h.

◆ year()

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

Definition at line 3218 of file date.h.

Member Data Documentation

◆ m_

date::month date::year_month_weekday::m_
private

Definition at line 823 of file date.h.

◆ wdi_

date::weekday_indexed date::year_month_weekday::wdi_
private

Definition at line 824 of file date.h.

◆ y_

date::year date::year_month_weekday::y_
private

Definition at line 822 of file date.h.


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