Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Date.cpp File Reference

#include <cstring>
#include <cstdio>
#include <Err.h>
#include "Date.h"

Include dependency graph for Date.cpp:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  rs
namespace  rs::date

Compounds

struct  Feiertag

Enumerations

enum  FeiertagIndex {
  NO_FEIERTAG = 0, FIRST = 1, TAG_DER_DT_EINHEIT = 5, HL_ABEND = 7, LAST_FIXED = 10, OSTERSONNTAG, OSTERMONTAG, WEISSER_SONNTAG,
  CHRISTI_HIMMELFAHRT, PFINGSTSONNTAG, PFINGSTMONTAG, FRONLEICHNAM, KARFREITAG, PALMSONNTAG, BUSS_UND_BETTAG, ADVENT_1,
  ADVENT_2, ADVENT_3, ADVENT_4, LAST = ADVENT_4
}

Functions

bool matches (int feiertag_idx, const Date &d)
void store (const Date &d, int feiertag_idx)


Enumeration Type Documentation

enum FeiertagIndex
 

Enumeration values:
NO_FEIERTAG 
FIRST 
TAG_DER_DT_EINHEIT 
HL_ABEND 
LAST_FIXED 
OSTERSONNTAG 
OSTERMONTAG 
WEISSER_SONNTAG 
CHRISTI_HIMMELFAHRT 
PFINGSTSONNTAG 
PFINGSTMONTAG 
FRONLEICHNAM 
KARFREITAG 
PALMSONNTAG 
BUSS_UND_BETTAG 
ADVENT_1 
ADVENT_2 
ADVENT_3 
ADVENT_4 
LAST 

Definition at line 108 of file Date.cpp.


Function Documentation

bool matches int    feiertag_idx,
const Date &    d
[inline]
 

Definition at line 170 of file Date.cpp.

Referenced by Date::is_Feiertag().

void store const Date &    d,
int    feiertag_idx
[inline]
 

Definition at line 181 of file Date.cpp.


Contact me in case of errors or questions.
This documentation is powered by Doxygen.
(C) 2000-2002 Doxygen