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

#include <iso_week.h>

Collaboration diagram for iso_week::year:

Public Member Functions

CONSTCD11 year (int y) NOEXCEPT
 
yearoperator++ () NOEXCEPT
 
year operator++ (int) NOEXCEPT
 
yearoperator-- () NOEXCEPT
 
year operator-- (int) NOEXCEPT
 
yearoperator+= (const years &y) NOEXCEPT
 
yearoperator-= (const years &y) NOEXCEPT
 
CONSTCD11 operator int () const NOEXCEPT
 
CONSTCD11 bool ok () const NOEXCEPT
 

Static Public Member Functions

static CONSTCD11 year min () NOEXCEPT
 
static CONSTCD11 year max () NOEXCEPT
 

Private Attributes

short y_
 

Detailed Description

Definition at line 136 of file iso_week.h.

Constructor & Destructor Documentation

◆ year()

CONSTCD11 iso_week::year::year ( int  y)
inlineexplicit

Definition at line 594 of file iso_week.h.

Member Function Documentation

◆ max()

CONSTCD11 year iso_week::year::max ( )
inlinestatic

Definition at line 624 of file iso_week.h.

References max.

◆ min()

CONSTCD11 year iso_week::year::min ( )
inlinestatic

Definition at line 608 of file iso_week.h.

References min.

◆ ok()

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

◆ operator int()

CONSTCD11 iso_week::year::operator int ( ) const
inlineexplicit

Definition at line 602 of file iso_week.h.

◆ operator++() [1/2]

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

Definition at line 595 of file iso_week.h.

◆ operator++() [2/2]

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

Definition at line 596 of file iso_week.h.

◆ operator+=()

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

Definition at line 599 of file iso_week.h.

◆ operator--() [1/2]

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

Definition at line 597 of file iso_week.h.

◆ operator--() [2/2]

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

Definition at line 598 of file iso_week.h.

◆ operator-=()

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

Definition at line 600 of file iso_week.h.

Member Data Documentation

◆ y_

short iso_week::year::y_
private

Definition at line 138 of file iso_week.h.


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