Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Classes | Public Member Functions | List of all members
AmendedCalendar Class Reference

Amended calendar. More...

#include <qle/calendars/amendedcalendar.hpp>

+ Inheritance diagram for AmendedCalendar:
+ Collaboration diagram for AmendedCalendar:

Classes

class  Impl
 

Public Member Functions

 AmendedCalendar (const QuantLib::Calendar &, const std::string &name)
 

Detailed Description

Amended calendar.

Any added or removed dates do not affect other implementations of this calendar.

Definition at line 36 of file amendedcalendar.hpp.

Constructor & Destructor Documentation

◆ AmendedCalendar()

AmendedCalendar ( const QuantLib::Calendar &  calendar,
const std::string &  name 
)

Definition at line 36 of file amendedcalendar.cpp.

36 {
37 impl_ = ext::shared_ptr<Calendar::Impl>(new AmendedCalendar::Impl(calendar, name));
38}