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

#include <julian.h>

Collaboration diagram for julian::weekday_indexed:

Public Member Functions

CONSTCD11 weekday_indexed (const julian::weekday &wd, unsigned index) NOEXCEPT
 
CONSTCD11 julian::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 324 of file julian.h.

Constructor & Destructor Documentation

◆ weekday_indexed()

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

Definition at line 1399 of file julian.h.

Member Function Documentation

◆ index()

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

Definition at line 1387 of file julian.h.

Referenced by julian::year_month_weekday::index(), and julian::year_month_weekday::ok().

◆ ok()

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

Definition at line 1392 of file julian.h.

References julian::weekday::ok().

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

Here is the call graph for this function:

◆ weekday()

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

Member Data Documentation

◆ index_

unsigned char julian::weekday_indexed::index_
private

Definition at line 327 of file julian.h.

◆ wd_

unsigned char julian::weekday_indexed::wd_
private

Definition at line 326 of file julian.h.


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