NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
date::day Class Reference

#include <date.h>

Collaboration diagram for date::day:

Public Member Functions

 day ()=default
 
CONSTCD11 day (unsigned d) NOEXCEPT
 
CONSTCD14 dayoperator++ () NOEXCEPT
 
CONSTCD14 day operator++ (int) NOEXCEPT
 
CONSTCD14 dayoperator-- () NOEXCEPT
 
CONSTCD14 day operator-- (int) NOEXCEPT
 
CONSTCD14 dayoperator+= (const days &d) NOEXCEPT
 
CONSTCD14 dayoperator-= (const days &d) NOEXCEPT
 
CONSTCD11 operator unsigned () const NOEXCEPT
 
CONSTCD11 bool ok () const NOEXCEPT
 

Private Attributes

unsigned char d_
 

Detailed Description

Definition at line 319 of file date.h.

Constructor & Destructor Documentation

◆ day() [1/2]

◆ day() [2/2]

CONSTCD11 date::day::day ( unsigned  d)
inlineexplicit

Definition at line 1418 of file date.h.

Member Function Documentation

◆ ok()

CONSTCD11 bool date::day::ok ( ) const
inline

Definition at line 1426 of file date.h.

References d_.

Referenced by date::from_stream(), and date::to_stream().

◆ operator unsigned()

CONSTCD11 date::day::operator unsigned ( ) const
inlineexplicit

Definition at line 1425 of file date.h.

References d_.

◆ operator++() [1/2]

CONSTCD14 day & date::day::operator++ ( )
inline

Definition at line 1419 of file date.h.

References d_.

◆ operator++() [2/2]

CONSTCD14 day date::day::operator++ ( int  )
inline

Definition at line 1420 of file date.h.

◆ operator+=()

CONSTCD14 day & date::day::operator+= ( const days d)
inline

Definition at line 1423 of file date.h.

◆ operator--() [1/2]

CONSTCD14 day & date::day::operator-- ( )
inline

Definition at line 1421 of file date.h.

References d_.

◆ operator--() [2/2]

CONSTCD14 day date::day::operator-- ( int  )
inline

Definition at line 1422 of file date.h.

◆ operator-=()

CONSTCD14 day & date::day::operator-= ( const days d)
inline

Definition at line 1424 of file date.h.

Member Data Documentation

◆ d_


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