|
knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <boost/python.hpp>#include <unordered_map>#include <boost/any.hpp>#include <stdexcept>

Go to the source code of this file.
Classes | |
| struct | knowrob::py::DictToMapConverter |
| struct | knowrob::py::dict_map_converter< KeyT, ValT, Map > |
Namespaces | |
| knowrob | |
| knowrob::py | |
Functions | |
| boost::any | knowrob::py::python_to_boost_any (const boost::python::object &obj) |
| std::unordered_map< std::string, boost::any > | knowrob::py::dict_to_map (const boost::python::dict &py_dict) |
| void | knowrob::py::register_dict_to_map_converter () |