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

#include <date.h>

Collaboration diagram for date::weekday_indexed:

Public Member Functions

 weekday_indexed ()=default
 
CONSTCD11 weekday_indexed (const date::weekday &wd, unsigned index) NOEXCEPT
 
CONSTCD11 date::weekday weekday () const NOEXCEPT
 
CONSTCD11 unsigned index () const NOEXCEPT
 
CONSTCD11 bool ok () const NOEXCEPT
 

Private Attributes

unsigned char wd_: 4
 
unsigned char index_: 4
 

Detailed Description

Definition at line 492 of file date.h.

Constructor & Destructor Documentation

◆ weekday_indexed() [1/2]

date::weekday_indexed::weekday_indexed ( )
default

◆ weekday_indexed() [2/2]

CONSTCD11 date::weekday_indexed::weekday_indexed ( const date::weekday wd,
unsigned  index 
)
inline

Definition at line 2064 of file date.h.

Member Function Documentation

◆ index()

CONSTCD11 unsigned date::weekday_indexed::index ( ) const
inline

◆ ok()

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

Definition at line 2052 of file date.h.

References date::weekday::ok().

Referenced by date::month_weekday::ok().

Here is the call graph for this function:

◆ weekday()

CONSTCD11 weekday date::weekday_indexed::weekday ( ) const
inline

Member Data Documentation

◆ index_

unsigned char date::weekday_indexed::index_
private

Definition at line 495 of file date.h.

◆ wd_

unsigned char date::weekday_indexed::wd_
private

Definition at line 494 of file date.h.


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