![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
This is the complete list of members for CfgFunction, including all inherited members.
array_size | CfgArray_Double | protected |
CfgArray_Double(const std::string &a_name, CfgSecureLevel a_level, int a_numofvals, const std::vector< double > &a_defval) | CfgArray_Double | |
CfgArray_Double(const std::string &a_name, CfgSecureLevel a_level, int a_numofvals, const std::vector< double > &a_defval, bool a_definconf) | CfgArray_Double | |
CfgArray_Double(const std::string &a_key, CfgSecureLevel a_level, int a_numvals) | CfgArray_Double | |
CfgBase(const std::string &a_key, CfgSecureLevel a_level) | CfgBase | |
CfgBase(const std::string &a_key, CfgSecureLevel a_level, bool a_definedinconfig) | CfgBase | |
CfgFunction(std::string a_name, CfgSecureLevel a_level, int a_numofvals, const double a_defval, std::string a_function_name, std::function< void()> funtocall) | CfgFunction | |
CfgFunction(std::string a_name, CfgSecureLevel a_level, int a_numofvals, const double a_defval, std::string a_function_name) | CfgFunction | |
CfgFunction(std::string a_name, CfgSecureLevel a_level, int a_numofvals, const double a_defval) | CfgFunction | |
fun_name() const | CfgFunction | inline |
function_name | CfgFunction | protected |
funtocall | CfgFunction | protected |
get_array_size() | CfgArray_Double | inline |
get_definedinconfig() const | CfgBase | inline |
get_rangetest() const | CfgBase | inline |
getkey() | CfgBase | inline |
getlevel(void) | CfgBase | inline |
gettype() | CfgFunction | inlinevirtual |
m_definedinconfig | CfgBase | protected |
m_doublearray | CfgArray_Double | protected |
m_key | CfgBase | protected |
m_level | CfgBase | protected |
m_rangetest | CfgBase | protected |
set(std::vector< double > a_newval, std::string fun_name) | CfgFunction | |
CfgArray_Double::set(std::vector< double > a_newval) | CfgArray_Double | inline |
set_definedinconfig(bool flag) | CfgBase | inline |
value() const | CfgFunction | inline |
CfgArray_Double::value(unsigned a_index) | CfgArray_Double | inline |
~CfgBase() | CfgBase | virtual |