Dynalib Utils
Public Member Functions | List of all members
julian::year_month_weekday Class Reference

#include <julian.h>

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
 

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

◆ year_month_weekday() [2/3]

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

◆ year_month_weekday() [3/3]

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

Member Function Documentation

◆ index()

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

◆ month()

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

◆ ok()

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

◆ operator local_days()

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

◆ operator sys_days()

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

◆ operator+=() [1/2]

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

◆ operator+=() [2/2]

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

◆ operator-=() [1/2]

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

◆ operator-=() [2/2]

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

◆ weekday()

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

◆ weekday_indexed()

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

◆ year()

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

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