FNSS C++ library
C++ API for the Fast Network Simulation Setup (FNSS) toolchain
|
This is the complete list of members for fnss::Quantity, including all inherited members.
convert(const std::string &unit) | fnss::Quantity | |
fromString(const std::string &str) | fnss::Quantity | |
getMeasurementUnit() const | fnss::Quantity | |
getUnit() const | fnss::Quantity | |
getValue() const | fnss::Quantity | |
operator<(const Quantity &other) const | fnss::Quantity | |
operator<=(const Quantity &other) const | fnss::Quantity | |
operator=(const Quantity &other) | fnss::Quantity | |
operator==(const Quantity &other) const | fnss::Quantity | |
operator>(const Quantity &other) const | fnss::Quantity | |
operator>=(const Quantity &other) const | fnss::Quantity | |
Quantity(const double &value_, const std::string &unit_, const MeasurementUnit &converter_) | fnss::Quantity | |
Quantity(const double &value_, const MeasurementUnit &converter_) | fnss::Quantity | |
Quantity(const std::string &str, const MeasurementUnit &converter_) | fnss::Quantity | |
Quantity(const MeasurementUnit &converter_) | fnss::Quantity | |
setUnit(const std::string &unit) | fnss::Quantity | |
setValue(const double &value) | fnss::Quantity | |
toString(const std::string &separator="") const | fnss::Quantity |