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

#include <date.h>

Collaboration diagram for date::month_weekday_last:

Public Member Functions

CONSTCD11 month_weekday_last (const date::month &m, const date::weekday_last &wd) NOEXCEPT
 
CONSTCD11 date::month month () const NOEXCEPT
 
CONSTCD11 date::weekday_last weekday_last () const NOEXCEPT
 
CONSTCD11 bool ok () const NOEXCEPT
 

Private Attributes

date::month m_
 
date::weekday_last wdl_
 

Detailed Description

Definition at line 664 of file date.h.

Constructor & Destructor Documentation

◆ month_weekday_last()

CONSTCD11 date::month_weekday_last::month_weekday_last ( const date::month m,
const date::weekday_last wd 
)
inline

Definition at line 2611 of file date.h.

Member Function Documentation

◆ month()

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

Definition at line 2617 of file date.h.

Referenced by date::detail::low_level_fmt().

◆ ok()

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

Definition at line 2630 of file date.h.

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

Here is the call graph for this function:

◆ weekday_last()

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

Definition at line 2622 of file date.h.

Referenced by date::detail::low_level_fmt().

Member Data Documentation

◆ m_

date::month date::month_weekday_last::m_
private

Definition at line 666 of file date.h.

◆ wdl_

date::weekday_last date::month_weekday_last::wdl_
private

Definition at line 667 of file date.h.


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