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

#include <julian.h>

Collaboration diagram for julian::month:

Public Member Functions

CONSTCD11 month (unsigned m) NOEXCEPT
 
CONSTCD14 monthoperator++ () NOEXCEPT
 
CONSTCD14 month operator++ (int) NOEXCEPT
 
CONSTCD14 monthoperator-- () NOEXCEPT
 
CONSTCD14 month operator-- (int) NOEXCEPT
 
CONSTCD14 monthoperator+= (const months &m) NOEXCEPT
 
CONSTCD14 monthoperator-= (const months &m) NOEXCEPT
 
CONSTCD11 operator unsigned () const NOEXCEPT
 
CONSTCD11 bool ok () const NOEXCEPT
 

Private Attributes

unsigned char m_
 

Detailed Description

Definition at line 204 of file julian.h.

Constructor & Destructor Documentation

◆ month()

CONSTCD11 julian::month::month ( unsigned  m)
inlineexplicit

Definition at line 892 of file julian.h.

Member Function Documentation

◆ ok()

◆ operator unsigned()

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

Definition at line 916 of file julian.h.

◆ operator++() [1/2]

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

Definition at line 893 of file julian.h.

◆ operator++() [2/2]

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

Definition at line 894 of file julian.h.

◆ operator+=()

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

Definition at line 901 of file julian.h.

◆ operator--() [1/2]

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

Definition at line 895 of file julian.h.

◆ operator--() [2/2]

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

Definition at line 896 of file julian.h.

◆ operator-=()

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

Definition at line 910 of file julian.h.

Member Data Documentation

◆ m_

unsigned char julian::month::m_
private

Definition at line 206 of file julian.h.


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