Additional input variables, row state variables and other things have a name, a type and an initial value.
More...
#include <snippet.h>
Additional input variables, row state variables and other things have a name, a type and an initial value.
◆ ParamVal() [1/3]
Snippet::Base::ParamVal::ParamVal |
( |
const std::string & |
n, |
|
|
const std::string & |
t, |
|
|
const std::string & |
v |
|
) |
| |
|
inline |
◆ ParamVal() [2/3]
Snippet::Base::ParamVal::ParamVal |
( |
const std::string & |
n, |
|
|
const std::string & |
t, |
|
|
double |
v |
|
) |
| |
|
inline |
◆ ParamVal() [3/3]
Snippet::Base::ParamVal::ParamVal |
( |
| ) |
|
|
inline |
◆ operator==()
bool Snippet::Base::ParamVal::operator== |
( |
const ParamVal & |
other | ) |
const |
|
inline |
◆ name
std::string Snippet::Base::ParamVal::name |
◆ type
std::string Snippet::Base::ParamVal::type |
◆ value
std::string Snippet::Base::ParamVal::value |
The documentation for this struct was generated from the following file: