#include <eigenpy/map.hpp>
|
| static void | register_converter () |
| static void * | convertible (PyObject *object) |
| | Check if conversion is possible.
|
| static void | construct (PyObject *object, bp::converter::rvalue_from_python_stage1_data *data) |
| | Perform the conversion.
|
| static bp::dict | todict (Container &self) |
template<typename Container>
struct eigenpy::dict_to_map< Container >
Conversion from dict to map solution proposed in https://stackoverflow.com/questions/6116345/boostpython-possible-to-automatically-convert-from-dict-stdmap This template encapsulates the conversion machinery.
Definition at line 96 of file map.hpp.
◆ construct()
template<typename Container>
| void eigenpy::dict_to_map< Container >::construct | ( | PyObject * | object, | | | bp::converter::rvalue_from_python_stage1_data * | data ) |
| inlinestatic |
Perform the conversion.
Definition at line 111 of file map.hpp.
◆ convertible()
template<typename Container>
Check if conversion is possible.
Definition at line 104 of file map.hpp.
◆ register_converter()
template<typename Container>
◆ todict()
template<typename Container>
The documentation for this struct was generated from the following file: