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

#include <date.h>

Collaboration diagram for date::month_day:

Public Member Functions

 month_day ()=default
 
CONSTCD11 month_day (const date::month &m, const date::day &d) NOEXCEPT
 
CONSTCD11 date::month month () const NOEXCEPT
 
CONSTCD11 date::day day () const NOEXCEPT
 
CONSTCD14 bool ok () const NOEXCEPT
 

Private Attributes

date::month m_
 
date::day d_
 

Detailed Description

Definition at line 589 of file date.h.

Constructor & Destructor Documentation

◆ month_day() [1/2]

date::month_day::month_day ( )
default

◆ month_day() [2/2]

CONSTCD11 date::month_day::month_day ( const date::month m,
const date::day d 
)
inline

Definition at line 2365 of file date.h.

Member Function Documentation

◆ day()

CONSTCD11 date::day date::month_day::day ( ) const
inline

Definition at line 2371 of file date.h.

References date::day::d_.

Referenced by date::detail::MonthDayTime::day(), and date::detail::low_level_fmt().

◆ month()

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

◆ ok()

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

Definition at line 2376 of file date.h.

References CONSTDATA, date::day::d_, and date::month::ok().

Here is the call graph for this function:

Member Data Documentation

◆ d_

date::day date::month_day::d_
private

Definition at line 592 of file date.h.

◆ m_

date::month date::month_day::m_
private

Definition at line 591 of file date.h.


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