MTC
List of all members
moveit::python::PropertyConverter< T > Class Template Reference

utility class to register C++ / Python converters for a property of type T More...

#include <properties.h>

Inheritance diagram for moveit::python::PropertyConverter< T >:
Inheritance graph
[legend]
Collaboration diagram for moveit::python::PropertyConverter< T >:
Collaboration graph
[legend]

Additional Inherited Members

- Protected Types inherited from moveit::python::PropertyConverterBase
using to_python_converter_function = pybind11::object(*)(const boost::any &)
 
using from_python_converter_function = boost::any(*)(const pybind11::object &)
 
- Static Protected Member Functions inherited from moveit::python::PropertyConverterBase
static bool insert (const std::type_index &type_index, const std::string &ros_msg_name, to_python_converter_function to, from_python_converter_function from)
 

Detailed Description

template<typename T>
class moveit::python::PropertyConverter< T >

utility class to register C++ / Python converters for a property of type T


The documentation for this class was generated from the following file: