![]() |
Scanframe Modular Application 0.1.0
|
Structure to hold a single state consisting of a name and value. More...
#include <RsaTypes.h>
Public Member Functions | |
ParamState ()=default | |
ParamState (const ParamState &ps)=default | |
ParamState (std::string name, Value val) | |
bool | operator== (const ParamState &ps) const |
Public Attributes | |
std::string | name |
Holds the name of the state. | |
Value | value |
Holds the value of the state. | |
Structure to hold a single state consisting of a name and value.
|
default |
|
default |
|
inline |
|
inline |
std::string sf::RsaTypes::ParamState::name |
Holds the name of the state.
Value sf::RsaTypes::ParamState::value |
Holds the value of the state.