Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Helper to specify parameter ranges. More...
#include "parameter.hh"
Public Member Functions | |
ParamExtraVals (double vmin, double vmax, double step=0) | |
ParamExtraVals (const MinMaxStep &) | |
ParamExtraVals (const std::initializer_list< Choice > &) | |
ParamExtraVals (const ChoiceS &) | |
ParamExtraVals (const ChoicesFunc &) | |
![]() | |
T | emplace (T... args) |
T | index (T... args) |
T | operator= (T... args) |
T | swap (T... args) |
T | valueless_by_exception (T... args) |
T | variant (T... args) |
T | ~variant (T... args) |
Helper to specify parameter ranges.
Definition at line 21 of file parameter.hh.
Definition at line 27 of file parameter.cc.
Ase::ParamExtraVals::ParamExtraVals | ( | const MinMaxStep & | range | ) |
Definition at line 33 of file parameter.cc.
Ase::ParamExtraVals::ParamExtraVals | ( | const std::initializer_list< Choice > & | choices | ) |
Definition at line 38 of file parameter.cc.
Ase::ParamExtraVals::ParamExtraVals | ( | const ChoiceS & | choices | ) |
Definition at line 43 of file parameter.cc.
Ase::ParamExtraVals::ParamExtraVals | ( | const ChoicesFunc & | choicesfunc | ) |
Definition at line 49 of file parameter.cc.