|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Inheritance diagram for Thirty365::Impl:
Collaboration diagram for Thirty365::Impl:Public Member Functions | |
| std::string | name () const override |
| Date::serial_type | dayCount (const Date &d1, const Date &d2) const override |
| to be overloaded by more complex day counters More... | |
| Time | yearFraction (const Date &d1, const Date &d2, const Date &, const Date &) const override |
Public Member Functions inherited from DayCounter::Impl | |
| virtual | ~Impl ()=default |
| virtual std::string | name () const =0 |
| virtual Date::serial_type | dayCount (const Date &d1, const Date &d2) const |
| to be overloaded by more complex day counters More... | |
| virtual Time | yearFraction (const Date &d1, const Date &d2, const Date &refPeriodStart, const Date &refPeriodEnd) const =0 |
Definition at line 35 of file thirty365.hpp.
|
overridevirtual |
Implements DayCounter::Impl.
Definition at line 37 of file thirty365.hpp.
|
overridevirtual |
to be overloaded by more complex day counters
Reimplemented from DayCounter::Impl.
Definition at line 24 of file thirty365.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements DayCounter::Impl.
Definition at line 40 of file thirty365.hpp.
Here is the call graph for this function: