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

#include <date.h>

Collaboration diagram for date::month_weekday:

Public Member Functions

CONSTCD11 month_weekday (const date::month &m, const date::weekday_indexed &wdi) NOEXCEPT
 
CONSTCD11 date::month month () const NOEXCEPT
 
CONSTCD11 date::weekday_indexed weekday_indexed () const NOEXCEPT
 
CONSTCD11 bool ok () const NOEXCEPT
 

Private Attributes

date::month m_
 
date::weekday_indexed wdi_
 

Detailed Description

Definition at line 641 of file date.h.

Constructor & Destructor Documentation

◆ month_weekday()

CONSTCD11 date::month_weekday::month_weekday ( const date::month m,
const date::weekday_indexed wdi 
)
inline

Definition at line 2543 of file date.h.

Member Function Documentation

◆ month()

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

Definition at line 2549 of file date.h.

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

◆ ok()

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

Definition at line 2562 of file date.h.

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

Here is the call graph for this function:

◆ weekday_indexed()

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

Definition at line 2554 of file date.h.

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

Member Data Documentation

◆ m_

date::month date::month_weekday::m_
private

Definition at line 643 of file date.h.

◆ wdi_

date::weekday_indexed date::month_weekday::wdi_
private

Definition at line 644 of file date.h.


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