|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
This is the complete list of members for IndexManager, including all inherited members.
| addFixing(const std::string &name, const Date &fixingDate, Real fixing, bool forceOverwrite=false) | IndexManager | private |
| addFixings(const std::string &name, DateIterator dBegin, DateIterator dEnd, ValueIterator vBegin, bool forceOverwrite=false, const std::function< bool(const Date &d)> &isValidFixingDate={}) | IndexManager | private |
| clearHistories() | IndexManager | |
| clearHistory(const std::string &name) | IndexManager | |
| data_ | IndexManager | mutableprivate |
| getHistory(const std::string &name) const | IndexManager | |
| hasHistoricalFixing(const std::string &name, const Date &fixingDate) const | IndexManager | |
| hasHistory(const std::string &name) const | IndexManager | |
| histories() const | IndexManager | |
| Index | IndexManager | friend |
| IndexManager()=default | IndexManager | private |
| instance() | Singleton< IndexManager > | static |
| notifier(const std::string &name) const | IndexManager | |
| notifiers_ | IndexManager | mutableprivate |
| operator=(const Singleton &)=delete | Singleton< IndexManager > | |
| operator=(Singleton &&)=delete | Singleton< IndexManager > | |
| setHistory(const std::string &name, TimeSeries< Real > history) | IndexManager | |
| Singleton(const Singleton &)=delete | Singleton< IndexManager > | |
| Singleton(Singleton &&)=delete | Singleton< IndexManager > | |
| Singleton()=default | Singleton< IndexManager > | protected |
| Singleton< IndexManager > | IndexManager | friend |
| ~Singleton()=default | Singleton< IndexManager > |