#include <ored/model/calibrationbasket.hpp>
Public Member Functions | |
CalibrationInstrument (const std::string &instrumentType) | |
Constructor. More... | |
virtual | ~CalibrationInstrument () |
Destructor. More... | |
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) |
Parse from XML string. More... | |
std::string | toXMLString () const |
Parse from XML string. More... | |
Inspectors | |
std::string | instrumentType_ |
const std::string & | instrumentType () const |
Abstract base class for holding details of a model calibration instrument.
Definition at line 36 of file calibrationbasket.hpp.
CalibrationInstrument | ( | const std::string & | instrumentType | ) |
Constructor.
Definition at line 28 of file calibrationbasket.cpp.
|
virtual |
const string & instrumentType | ( | ) | const |
Definition at line 31 of file calibrationbasket.cpp.
|
protected |
Definition at line 50 of file calibrationbasket.hpp.