|
EvolvingObjects
|
Public Member Functions | |
| ParamWrapper (PyObject *p) | |
| ParamWrapper (PyObject *p, std::string a, std::string b, std::string c, char d, bool e) | |
| std::string | getValue () const |
| Pure virtual function to get the value out. | |
| void | setValue (const std::string &s) |
| Pure virtual function to set the value. | |
Public Attributes | |
| PyObject * | self |
Definition at line 30 of file valueParam.cpp.