NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
iso_week::year_weeknum_weekday Class Reference

#include <iso_week.h>

Collaboration diagram for iso_week::year_weeknum_weekday:

Public Member Functions

CONSTCD11 year_weeknum_weekday (const iso_week::year &y, const iso_week::weeknum &wn, const iso_week::weekday &wd) NOEXCEPT
 
CONSTCD14 year_weeknum_weekday (const year_lastweek_weekday &ylwwd) NOEXCEPT
 
CONSTCD14 year_weeknum_weekday (const sys_days &dp) NOEXCEPT
 
CONSTCD14 year_weeknum_weekday (const local_days &dp) NOEXCEPT
 
year_weeknum_weekdayoperator+= (const years &y) NOEXCEPT
 
year_weeknum_weekdayoperator-= (const years &y) NOEXCEPT
 
CONSTCD11 iso_week::year year () const NOEXCEPT
 
CONSTCD11 iso_week::weeknum weeknum () const NOEXCEPT
 
CONSTCD11 iso_week::weekday weekday () const NOEXCEPT
 
CONSTCD14 operator sys_days () const NOEXCEPT
 
CONSTCD14 operator local_days () const NOEXCEPT
 
CONSTCD14 bool ok () const NOEXCEPT
 

Static Private Member Functions

static CONSTCD14 year_weeknum_weekday from_days (days dp) NOEXCEPT
 

Private Attributes

iso_week::year y_
 
iso_week::weeknum wn_
 
iso_week::weekday wd_
 

Detailed Description

Definition at line 371 of file iso_week.h.

Constructor & Destructor Documentation

◆ year_weeknum_weekday() [1/4]

CONSTCD11 iso_week::year_weeknum_weekday::year_weeknum_weekday ( const iso_week::year y,
const iso_week::weeknum wn,
const iso_week::weekday wd 
)
inline

Definition at line 1428 of file iso_week.h.

◆ year_weeknum_weekday() [2/4]

CONSTCD14 iso_week::year_weeknum_weekday::year_weeknum_weekday ( const year_lastweek_weekday ylwwd)
inline

Definition at line 1438 of file iso_week.h.

◆ year_weeknum_weekday() [3/4]

CONSTCD14 iso_week::year_weeknum_weekday::year_weeknum_weekday ( const sys_days dp)
inline

Definition at line 1446 of file iso_week.h.

◆ year_weeknum_weekday() [4/4]

CONSTCD14 iso_week::year_weeknum_weekday::year_weeknum_weekday ( const local_days dp)
inlineexplicit

Definition at line 1452 of file iso_week.h.

Member Function Documentation

◆ from_days()

CONSTCD14 year_weeknum_weekday iso_week::year_weeknum_weekday::from_days ( days  dp)
inlinestaticprivate

Definition at line 1503 of file iso_week.h.

References date::year_month_day::year().

Here is the call graph for this function:

◆ ok()

CONSTCD14 bool iso_week::year_weeknum_weekday::ok ( ) const
inline

Definition at line 1495 of file iso_week.h.

References iso_week::year::ok(), and iso_week::weekday::wd_.

Here is the call graph for this function:

◆ operator local_days()

CONSTCD14 iso_week::year_weeknum_weekday::operator local_days ( ) const
inlineexplicit

Definition at line 1486 of file iso_week.h.

References iso_week::weekday::wd_.

◆ operator sys_days()

CONSTCD14 iso_week::year_weeknum_weekday::operator sys_days ( ) const
inline

Definition at line 1478 of file iso_week.h.

References iso_week::weekday::wd_.

◆ operator+=()

year_weeknum_weekday & iso_week::year_weeknum_weekday::operator+= ( const years y)
inline

Definition at line 1458 of file iso_week.h.

◆ operator-=()

year_weeknum_weekday & iso_week::year_weeknum_weekday::operator-= ( const years y)
inline

Definition at line 1466 of file iso_week.h.

◆ weekday()

CONSTCD11 weekday iso_week::year_weeknum_weekday::weekday ( ) const
inline

Definition at line 1474 of file iso_week.h.

References iso_week::weekday::wd_.

◆ weeknum()

CONSTCD11 weeknum iso_week::year_weeknum_weekday::weeknum ( ) const
inline

Definition at line 1473 of file iso_week.h.

◆ year()

CONSTCD11 year iso_week::year_weeknum_weekday::year ( ) const
inline

Definition at line 1472 of file iso_week.h.

Member Data Documentation

◆ wd_

iso_week::weekday iso_week::year_weeknum_weekday::wd_
private

Definition at line 375 of file iso_week.h.

◆ wn_

iso_week::weeknum iso_week::year_weeknum_weekday::wn_
private

Definition at line 374 of file iso_week.h.

◆ y_

iso_week::year iso_week::year_weeknum_weekday::y_
private

Definition at line 373 of file iso_week.h.


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