A variable taking string arguments returning a variable.
More...
#include <Manager.h>
A variable taking string arguments returning a variable.
Definition at line 163 of file Manager.h.
◆ MetaVar()
ctor
Definition at line 166 of file Manager.h.
168 : VarBase(n, d, g, v), function(f) { }
◆ extendDescriptionString()
void extendDescriptionString |
( |
const std::string & | d | ) |
|
|
inlineinherited |
function to extend the description of the variable
Definition at line 138 of file Manager.h.
139 {
140 description.append(d);
141 }
◆ description
Description of what this function does.
Definition at line 130 of file Manager.h.
◆ function
Pointer to function.
Definition at line 164 of file Manager.h.
◆ group
◆ name
Unique identifier of the function, used as key.
Definition at line 129 of file Manager.h.
◆ variabletype
data type of variable
Definition at line 132 of file Manager.h.
The documentation for this struct was generated from the following file: