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

#include <iso_week.h>

Collaboration diagram for iso_week::weeknum:

Public Member Functions

CONSTCD11 weeknum (unsigned wn) NOEXCEPT
 
weeknumoperator++ () NOEXCEPT
 
weeknum operator++ (int) NOEXCEPT
 
weeknumoperator-- () NOEXCEPT
 
weeknum operator-- (int) NOEXCEPT
 
weeknumoperator+= (const weeks &y) NOEXCEPT
 
weeknumoperator-= (const weeks &y) NOEXCEPT
 
CONSTCD11 operator unsigned () const NOEXCEPT
 
CONSTCD11 bool ok () const NOEXCEPT
 

Private Attributes

unsigned char wn_
 

Detailed Description

Definition at line 176 of file iso_week.h.

Constructor & Destructor Documentation

◆ weeknum()

CONSTCD11 iso_week::weeknum::weeknum ( unsigned  wn)
inlineexplicit

Definition at line 770 of file iso_week.h.

Referenced by iso_week::year_weeknum::ok().

Member Function Documentation

◆ ok()

CONSTCD11 bool iso_week::weeknum::ok ( ) const
inline

Definition at line 796 of file iso_week.h.

Referenced by iso_week::weeknum_weekday::ok().

◆ operator unsigned()

CONSTCD11 iso_week::weeknum::operator unsigned ( ) const
inlineexplicit

Definition at line 795 of file iso_week.h.

◆ operator++() [1/2]

weeknum & iso_week::weeknum::operator++ ( )
inline

Definition at line 774 of file iso_week.h.

◆ operator++() [2/2]

weeknum iso_week::weeknum::operator++ ( int  )
inline

Definition at line 775 of file iso_week.h.

◆ operator+=()

weeknum & iso_week::weeknum::operator+= ( const weeks y)
inline

Definition at line 781 of file iso_week.h.

◆ operator--() [1/2]

weeknum & iso_week::weeknum::operator-- ( )
inline

Definition at line 776 of file iso_week.h.

◆ operator--() [2/2]

weeknum iso_week::weeknum::operator-- ( int  )
inline

Definition at line 777 of file iso_week.h.

◆ operator-=()

weeknum & iso_week::weeknum::operator-= ( const weeks y)
inline

Definition at line 789 of file iso_week.h.

Member Data Documentation

◆ wn_

unsigned char iso_week::weeknum::wn_
private

Definition at line 178 of file iso_week.h.


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