#include <orea/simm/simmcalibration.hpp>
Inheritance diagram for SimmCalibration::Amount:
Collaboration diagram for SimmCalibration::Amount:Public Member Functions | |
| Amount () | |
| Amount (const std::string &bucket, const std::string &label1, const std::string &label2, const std::string &value) | |
| Amount (const std::tuple< std::string, std::string, std::string > &key, const std::string &value) | |
| Amount (ore::data::XMLNode *node) | |
| ore::data::XMLNode * | toXML (ore::data::XMLDocument &doc) const override |
| void | fromXML (ore::data::XMLNode *node) override |
| const std::tuple< std::string, std::string, std::string > | key () const |
| const std::string & | bucket () const |
| const std::string & | label1 () const |
| const std::string & | label2 () const |
| const std::string & | value () const |
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 |
Private Attributes | |
| std::string | bucket_ |
| std::string | label1_ |
| std::string | label2_ |
| std::string | value_ |
Definition at line 41 of file simmcalibration.hpp.
| Amount | ( | ) |
Definition at line 43 of file simmcalibration.hpp.
| Amount | ( | const std::string & | bucket, |
| const std::string & | label1, | ||
| const std::string & | label2, | ||
| const std::string & | value | ||
| ) |
Definition at line 44 of file simmcalibration.hpp.
| Amount | ( | const std::tuple< std::string, std::string, std::string > & | key, |
| const std::string & | value | ||
| ) |
| Amount | ( | ore::data::XMLNode * | node | ) |
Definition at line 48 of file simmcalibration.hpp.
Here is the call graph for this function:
|
overridevirtual |
Implements XMLSerializable.
Definition at line 65 of file simmcalibration.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements XMLSerializable.
Definition at line 76 of file simmcalibration.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| const tuple< string, string, string > key | ( | ) | const |
| const std::string & bucket | ( | ) | const |
Definition at line 55 of file simmcalibration.hpp.
| const std::string & label1 | ( | ) | const |
Definition at line 56 of file simmcalibration.hpp.
| const std::string & label2 | ( | ) | const |
Definition at line 57 of file simmcalibration.hpp.
| const std::string & value | ( | ) | const |
|
private |
Definition at line 61 of file simmcalibration.hpp.
|
private |
Definition at line 61 of file simmcalibration.hpp.
|
private |
Definition at line 61 of file simmcalibration.hpp.
|
private |
Definition at line 61 of file simmcalibration.hpp.