#include <orea/simm/simmcalibration.hpp>
Public Member Functions | |
SimmCalibrationData () | |
Public Member Functions inherited from XMLSerializable | |
virtual | ~XMLSerializable () |
virtual void | fromXML (XMLNode *node)=0 |
virtual XMLNode * | toXML (XMLDocument &doc) const=0 |
void | fromFile (const std::string &filename) |
void | toFile (const std::string &filename) const |
void | fromXMLString (const std::string &xml) |
std::string | toXMLString () const |
Serialisation | |
std::map< std::string, QuantLib::ext::shared_ptr< SimmCalibration > > | data_ |
ore::data::XMLNode * | toXML (ore::data::XMLDocument &doc) const override |
void | fromXML (ore::data::XMLNode *node) override |
void | add (const QuantLib::ext::shared_ptr< SimmCalibration > &) |
bool | hasId (const std::string &id) const |
const QuantLib::ext::shared_ptr< SimmCalibration > & | getById (const std::string &id) const |
const QuantLib::ext::shared_ptr< SimmCalibration > | getBySimmVersion (const std::string &id) const |
Definition at line 297 of file simmcalibration.hpp.
Definition at line 300 of file simmcalibration.hpp.
|
overridevirtual |
Implements XMLSerializable.
Definition at line 596 of file simmcalibration.cpp.
|
overridevirtual |
Implements XMLSerializable.
Definition at line 604 of file simmcalibration.cpp.
void add | ( | const QuantLib::ext::shared_ptr< SimmCalibration > & | simmCalibration | ) |
Definition at line 618 of file simmcalibration.cpp.
bool hasId | ( | const std::string & | id | ) | const |
Definition at line 309 of file simmcalibration.hpp.
const QuantLib::ext::shared_ptr< SimmCalibration > & getById | ( | const std::string & | id | ) | const |
Definition at line 653 of file simmcalibration.cpp.
const QuantLib::ext::shared_ptr< SimmCalibration > getBySimmVersion | ( | const std::string & | id | ) | const |
Definition at line 660 of file simmcalibration.cpp.
|
private |
Definition at line 314 of file simmcalibration.hpp.