NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
julian::year_month_weekday Class Reference

#include <julian.h>

Collaboration diagram for julian::year_month_weekday:

Public Member Functions

CONSTCD11 year_month_weekday (const julian::year &y, const julian::month &m, const julian::weekday_indexed &wdi) NOEXCEPT
 
CONSTCD14 year_month_weekday (const sys_days &dp) NOEXCEPT
 
CONSTCD14 year_month_weekday (const local_days &dp) NOEXCEPT
 
CONSTCD14 year_month_weekdayoperator+= (const months &m) NOEXCEPT
 
CONSTCD14 year_month_weekdayoperator-= (const months &m) NOEXCEPT
 
CONSTCD14 year_month_weekdayoperator+= (const years &y) NOEXCEPT
 
CONSTCD14 year_month_weekdayoperator-= (const years &y) NOEXCEPT
 
CONSTCD11 julian::year year () const NOEXCEPT
 
CONSTCD11 julian::month month () const NOEXCEPT
 
CONSTCD11 julian::weekday weekday () const NOEXCEPT
 
CONSTCD11 unsigned index () const NOEXCEPT
 
CONSTCD11 julian::weekday_indexed weekday_indexed () const NOEXCEPT
 
CONSTCD14 operator sys_days () const NOEXCEPT
 
CONSTCD14 operator local_days () const NOEXCEPT
 
CONSTCD14 bool ok () const NOEXCEPT
 

Private Member Functions

CONSTCD14 days to_days () const NOEXCEPT
 

Static Private Member Functions

static CONSTCD14 year_month_weekday from_days (days dp) NOEXCEPT
 

Private Attributes

julian::year y_
 
julian::month m_
 
julian::weekday_indexed wdi_
 

Detailed Description

Definition at line 626 of file julian.h.

Constructor & Destructor Documentation

◆ year_month_weekday() [1/3]

CONSTCD11 julian::year_month_weekday::year_month_weekday ( const julian::year y,
const julian::month m,
const julian::weekday_indexed wdi 
)
inline

Definition at line 2342 of file julian.h.

◆ year_month_weekday() [2/3]

CONSTCD14 julian::year_month_weekday::year_month_weekday ( const sys_days dp)
inline

Definition at line 2352 of file julian.h.

◆ year_month_weekday() [3/3]

CONSTCD14 julian::year_month_weekday::year_month_weekday ( const local_days dp)
inlineexplicit

Definition at line 2358 of file julian.h.

Member Function Documentation

◆ from_days()

CONSTCD14 year_month_weekday julian::year_month_weekday::from_days ( days  dp)
inlinestaticprivate

Definition at line 2455 of file julian.h.

◆ index()

CONSTCD11 unsigned julian::year_month_weekday::index ( ) const
inline

Definition at line 2412 of file julian.h.

References julian::weekday_indexed::index().

Here is the call graph for this function:

◆ month()

CONSTCD11 month julian::year_month_weekday::month ( ) const
inline

Definition at line 2399 of file julian.h.

◆ ok()

CONSTCD14 bool julian::year_month_weekday::ok ( ) const
inline

Definition at line 2442 of file julian.h.

References julian::weekday_indexed::index(), julian::month::ok(), julian::year::ok(), julian::weekday::ok(), and julian::weekday_indexed::weekday().

Here is the call graph for this function:

◆ operator local_days()

CONSTCD14 julian::year_month_weekday::operator local_days ( ) const
inlineexplicit

Definition at line 2434 of file julian.h.

◆ operator sys_days()

CONSTCD14 julian::year_month_weekday::operator sys_days ( ) const
inline

Definition at line 2427 of file julian.h.

◆ operator+=() [1/2]

CONSTCD14 year_month_weekday & julian::year_month_weekday::operator+= ( const months m)
inline

Definition at line 2365 of file julian.h.

◆ operator+=() [2/2]

CONSTCD14 year_month_weekday & julian::year_month_weekday::operator+= ( const years y)
inline

Definition at line 2383 of file julian.h.

◆ operator-=() [1/2]

CONSTCD14 year_month_weekday & julian::year_month_weekday::operator-= ( const months m)
inline

Definition at line 2374 of file julian.h.

◆ operator-=() [2/2]

CONSTCD14 year_month_weekday & julian::year_month_weekday::operator-= ( const years y)
inline

Definition at line 2392 of file julian.h.

◆ to_days()

CONSTCD14 days julian::year_month_weekday::to_days ( ) const
inlineprivate

Definition at line 2466 of file julian.h.

References julian::weekday_indexed::weekday().

Here is the call graph for this function:

◆ weekday()

CONSTCD11 weekday julian::year_month_weekday::weekday ( ) const
inline

Definition at line 2404 of file julian.h.

References julian::weekday_indexed::weekday().

Here is the call graph for this function:

◆ weekday_indexed()

CONSTCD11 weekday_indexed julian::year_month_weekday::weekday_indexed ( ) const
inline

Definition at line 2420 of file julian.h.

◆ year()

CONSTCD11 year julian::year_month_weekday::year ( ) const
inline

Definition at line 2398 of file julian.h.

Member Data Documentation

◆ m_

julian::month julian::year_month_weekday::m_
private

Definition at line 629 of file julian.h.

◆ wdi_

julian::weekday_indexed julian::year_month_weekday::wdi_
private

Definition at line 630 of file julian.h.

◆ y_

julian::year julian::year_month_weekday::y_
private

Definition at line 628 of file julian.h.


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