Functions | |
boost::python::object | fromValue (const command::Value &value) |
command::Value | toValue (boost::python::object o, const command::Value::Type &type) |
command::Value | toValue (bp::object o, const command::Value::Type &valueType) |
bp::object dynamicgraph::python::convert::fromValue | ( | const command::Value & | value | ) |
Definition at line 63 of file convert-dg-to-py.cc.
command::Value dynamicgraph::python::convert::toValue | ( | boost::python::object | o, |
const command::Value::Type & | type | ||
) |
command::Value dynamicgraph::python::convert::toValue | ( | bp::object | o, |
const command::Value::Type & | valueType | ||
) |
Definition at line 25 of file convert-dg-to-py.cc.