![]() |
helics
3.4.0
|
#include <helicsTypes.hpp>
Public Member Functions | |
NamedPoint ()=default | |
NamedPoint (std::string_view valname, double valval) | |
bool | operator== (const NamedPoint &np) const |
bool | operator!= (const NamedPoint &np) const |
bool | operator< (const NamedPoint &np) const |
bool | operator> (const NamedPoint &np) const |
Public Attributes | |
std::string | name |
the text value for the named point | |
double | value |
the data value for the named point More... | |
data class for pair of a string and double
|
default |
default constructor
|
inline |
construct directly from name value
|
inline |
|
inline |
|
inline |
double helics::NamedPoint::value |
the data value for the named point
Referenced by helics::helicsGetNamedPoint(), helicsInputGetNamedPoint(), helics::helicsNamedPointString(), operator<(), operator==(), operator>(), and helics::valueExtract().