C++ Instrument Catalog
Public Member Functions | List of all members
date::day Class Reference

#include <date.h>

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
 

Detailed Description

Definition at line 326 of file date.h.

Constructor & Destructor Documentation

◆ day() [1/2]

date::day::day ( )
default

◆ day() [2/2]

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

Definition at line 1375 of file date.h.

Member Function Documentation

◆ ok()

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

Definition at line 1383 of file date.h.

◆ operator unsigned()

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

Definition at line 1382 of file date.h.

◆ operator++() [1/2]

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

Definition at line 1376 of file date.h.

◆ operator++() [2/2]

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

Definition at line 1377 of file date.h.

◆ operator+=()

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

Definition at line 1380 of file date.h.

◆ operator--() [1/2]

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

Definition at line 1378 of file date.h.

◆ operator--() [2/2]

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

Definition at line 1379 of file date.h.

◆ operator-=()

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

Definition at line 1381 of file date.h.


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