|
| Impl (const QuantLib::Calendar &calendar, const std::string &name) |
|
std::string | name () const override |
|
bool | isWeekend (QuantLib::Weekday) const override |
|
bool | isBusinessDay (const QuantLib::Date &) const override |
|
Definition at line 38 of file amendedcalendar.hpp.
◆ Impl()
Impl |
( |
const QuantLib::Calendar & |
calendar, |
|
|
const std::string & |
name |
|
) |
| |
Definition at line 33 of file amendedcalendar.cpp.
QuantLib::Calendar baseCalendar_
std::string name() const override
◆ name()
std::string name |
( |
| ) |
const |
|
override |
◆ isWeekend()
bool isWeekend |
( |
QuantLib::Weekday |
| ) |
const |
|
override |
◆ isBusinessDay()
bool isBusinessDay |
( |
const QuantLib::Date & |
| ) |
const |
|
override |
◆ name_
◆ baseCalendar_
QuantLib::Calendar baseCalendar_ |
|
private |