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

#include <julian.h>

Collaboration diagram for julian::day:

Public Member Functions

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 167 of file julian.h.

Constructor & Destructor Documentation

◆ day()

Member Function Documentation

◆ ok()

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

Definition at line 794 of file julian.h.

References d_.

◆ operator unsigned()

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

Definition at line 793 of file julian.h.

References d_.

◆ operator++() [1/2]

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

Definition at line 787 of file julian.h.

References d_.

◆ operator++() [2/2]

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

Definition at line 788 of file julian.h.

◆ operator+=()

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

Definition at line 791 of file julian.h.

◆ operator--() [1/2]

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

Definition at line 789 of file julian.h.

References d_.

◆ operator--() [2/2]

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

Definition at line 790 of file julian.h.

◆ operator-=()

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

Definition at line 792 of file julian.h.

Member Data Documentation

◆ d_


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