Namespaces | |
namespace | daemon |
Singleton implementations. | |
namespace | detail |
Implementation classes. | |
Functions | |
bool | operator!= (QuantLib::Calendar const &a, QuantLib::Calendar const &b) throw (std::invalid_argument) |
Compares Bespoke calendars. | |
bool | operator== (QuantLib::Calendar const &a, QuantLib::Calendar const &b) throw (std::invalid_argument) |
Compares calendars. |
This namespace contains all of the classes used by this system.
bool eepgwde::operator!= | ( | QuantLib::Calendar const & | a, | |
QuantLib::Calendar const & | b | |||
) | throw (std::invalid_argument) |
Compares Bespoke calendars.
Compares calendars.
Definition at line 467 of file runtime0.cpp.
References operator==().
bool eepgwde::operator== | ( | QuantLib::Calendar const & | a, | |
QuantLib::Calendar const & | b | |||
) | throw (std::invalid_argument) |
Compares calendars.
Definition at line 477 of file runtime0.cpp.
References QuantLib::NCalendar::impl().
Referenced by operator!=().