EvolvingObjects
|
Public Member Functions | |
ValueParam (boost::python::object o, std::string longName, std::string d="No Description", char s=0, bool r=false) | |
std::string | getValue () const |
Pure virtual function to get the value out. | |
void | setValue (const std::string &v) |
Pure virtual function to set the value. | |
boost::python::object | getObj () const |
void | setObj (boost::python::object o) |
Private Attributes | |
boost::python::object | obj |
Definition at line 7 of file valueParam.h.