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

#include <date.h>

Collaboration diagram for date::year_month_day_last:

Public Member Functions

CONSTCD11 year_month_day_last (const date::year &y, const date::month_day_last &mdl) NOEXCEPT
 
template<class = detail::unspecified_month_disambiguator>
CONSTCD14 year_month_day_lastoperator+= (const months &m) NOEXCEPT
 
template<class = detail::unspecified_month_disambiguator>
CONSTCD14 year_month_day_lastoperator-= (const months &m) NOEXCEPT
 
CONSTCD14 year_month_day_lastoperator+= (const years &y) NOEXCEPT
 
CONSTCD14 year_month_day_lastoperator-= (const years &y) NOEXCEPT
 
CONSTCD11 date::year year () const NOEXCEPT
 
CONSTCD11 date::month month () const NOEXCEPT
 
CONSTCD11 date::month_day_last month_day_last () const NOEXCEPT
 
CONSTCD14 date::day day () const NOEXCEPT
 
CONSTCD14 operator sys_days () const NOEXCEPT
 
CONSTCD14 operator local_days () const NOEXCEPT
 
CONSTCD11 bool ok () const NOEXCEPT
 

Private Attributes

date::year y_
 
date::month_day_last mdl_
 

Detailed Description

Definition at line 748 of file date.h.

Constructor & Destructor Documentation

◆ year_month_day_last()

CONSTCD11 date::year_month_day_last::year_month_day_last ( const date::year y,
const date::month_day_last mdl 
)
inline

Definition at line 2679 of file date.h.

Member Function Documentation

◆ day()

CONSTCD14 day date::year_month_day_last::day ( ) const
inline

Definition at line 2737 of file date.h.

References CONSTDATA, date::February, date::year::is_leap(), and date::month_day_last::ok().

Here is the call graph for this function:

◆ month()

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

Definition at line 2724 of file date.h.

References date::month_day_last::month().

Here is the call graph for this function:

◆ month_day_last()

CONSTCD11 month_day_last date::year_month_day_last::month_day_last ( ) const
inline

Definition at line 2729 of file date.h.

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

◆ ok()

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

Definition at line 2767 of file date.h.

References date::year::ok(), and date::month_day_last::ok().

Here is the call graph for this function:

◆ operator local_days()

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

Definition at line 2759 of file date.h.

References date::day::day().

Here is the call graph for this function:

◆ operator sys_days()

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

Definition at line 2752 of file date.h.

References date::day::day().

Here is the call graph for this function:

◆ operator+=() [1/2]

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

Definition at line 2689 of file date.h.

◆ operator+=() [2/2]

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

Definition at line 2708 of file date.h.

◆ operator-=() [1/2]

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

Definition at line 2699 of file date.h.

◆ operator-=() [2/2]

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

Definition at line 2717 of file date.h.

◆ year()

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

Definition at line 2723 of file date.h.

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

Member Data Documentation

◆ mdl_

date::month_day_last date::year_month_day_last::mdl_
private

Definition at line 751 of file date.h.

◆ y_

date::year date::year_month_day_last::y_
private

Definition at line 750 of file date.h.


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