Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
sf::RsaTypes::ParamState Struct Reference

Structure to hold a single state consisting of a name and value. More...

#include <RsaTypes.h>

Collaboration diagram for sf::RsaTypes::ParamState:

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.
 

Detailed Description

Structure to hold a single state consisting of a name and value.

Constructor & Destructor Documentation

◆ ParamState() [1/3]

sf::RsaTypes::ParamState::ParamState ( )
default

◆ ParamState() [2/3]

sf::RsaTypes::ParamState::ParamState ( const ParamState ps)
default

◆ ParamState() [3/3]

sf::RsaTypes::ParamState::ParamState ( std::string  name,
Value  val 
)
inline

Member Function Documentation

◆ operator==()

bool sf::RsaTypes::ParamState::operator== ( const ParamState ps) const
inline

Member Data Documentation

◆ name

std::string sf::RsaTypes::ParamState::name

Holds the name of the state.

◆ value

Value sf::RsaTypes::ParamState::value

Holds the value of the state.


The documentation for this struct was generated from the following file: