#include <HolidaySchedule.h>
Inheritance diagram for com::ftlabs::fisa::HolidaySchedule:

Public Member Functions | |
| virtual bool | isHoliday (const FISADate &date) const =0 |
| Determines if the provided date is a holiday. | |
Protected Member Functions | |
| HolidaySchedule (void) | |
| ~HolidaySchedule (void) | |
| com::ftlabs::fisa::HolidaySchedule::HolidaySchedule | ( | void | ) | [inline, protected] |
| com::ftlabs::fisa::HolidaySchedule::~HolidaySchedule | ( | void | ) | [inline, protected] |
| virtual bool com::ftlabs::fisa::HolidaySchedule::isHoliday | ( | const FISADate & | date | ) | const [pure virtual] |
Determines if the provided date is a holiday.
| date | Any date. |
Implemented in com::ftlabs::fisa::DefaultHolidaySchedule.
1.5.2