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

#include <date.h>

Collaboration diagram for date::year_month_weekday_last:

Public Member Functions

CONSTCD11 year_month_weekday_last (const date::year &y, const date::month &m, const date::weekday_last &wdl) NOEXCEPT
 
template<class = detail::unspecified_month_disambiguator>
CONSTCD14 year_month_weekday_lastoperator+= (const months &m) NOEXCEPT
 
template<class = detail::unspecified_month_disambiguator>
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 date::year year () const NOEXCEPT
 
CONSTCD11 date::month month () const NOEXCEPT
 
CONSTCD11 date::weekday weekday () const NOEXCEPT
 
CONSTCD11 date::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

date::year y_
 
date::month m_
 
date::weekday_last wdl_
 

Detailed Description

Definition at line 893 of file date.h.

Constructor & Destructor Documentation

◆ year_month_weekday_last()

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

Definition at line 3379 of file date.h.

Member Function Documentation

◆ month()

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

Definition at line 3426 of file date.h.

◆ ok()

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

Definition at line 3461 of file date.h.

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

Here is the call graph for this function:

◆ operator local_days()

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

Definition at line 3453 of file date.h.

◆ operator sys_days()

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

Definition at line 3446 of file date.h.

◆ operator+=() [1/2]

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

Definition at line 3391 of file date.h.

◆ operator+=() [2/2]

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

Definition at line 3410 of file date.h.

◆ operator-=() [1/2]

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

Definition at line 3401 of file date.h.

◆ operator-=() [2/2]

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

Definition at line 3419 of file date.h.

◆ to_days()

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

Definition at line 3469 of file date.h.

References date::weekday_last::weekday().

Here is the call graph for this function:

◆ weekday()

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

Definition at line 3431 of file date.h.

References date::weekday_last::weekday().

Here is the call graph for this function:

◆ weekday_last()

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

Definition at line 3439 of file date.h.

◆ year()

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

Definition at line 3425 of file date.h.

Member Data Documentation

◆ m_

date::month date::year_month_weekday_last::m_
private

Definition at line 896 of file date.h.

◆ wdl_

date::weekday_last date::year_month_weekday_last::wdl_
private

Definition at line 897 of file date.h.

◆ y_

date::year date::year_month_weekday_last::y_
private

Definition at line 895 of file date.h.


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