QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
Loading...
Searching...
No Matches
IndexManager Member List

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)IndexManagerprivate
addFixings(const std::string &name, DateIterator dBegin, DateIterator dEnd, ValueIterator vBegin, bool forceOverwrite=false, const std::function< bool(const Date &d)> &isValidFixingDate={})IndexManagerprivate
clearHistories()IndexManager
clearHistory(const std::string &name)IndexManager
data_IndexManagermutableprivate
getHistory(const std::string &name) constIndexManager
hasHistoricalFixing(const std::string &name, const Date &fixingDate) constIndexManager
hasHistory(const std::string &name) constIndexManager
histories() constIndexManager
IndexIndexManagerfriend
IndexManager()=defaultIndexManagerprivate
instance()Singleton< IndexManager >static
notifier(const std::string &name) constIndexManager
notifiers_IndexManagermutableprivate
operator=(const Singleton &)=deleteSingleton< IndexManager >
operator=(Singleton &&)=deleteSingleton< IndexManager >
setHistory(const std::string &name, TimeSeries< Real > history)IndexManager
Singleton(const Singleton &)=deleteSingleton< IndexManager >
Singleton(Singleton &&)=deleteSingleton< IndexManager >
Singleton()=defaultSingleton< IndexManager >protected
Singleton< IndexManager >IndexManagerfriend
~Singleton()=defaultSingleton< IndexManager >