Register the conversion from a Python list to a std::vector.
More...
#include <std-vector.hpp>
|
typedef vector_type::allocator_type | Allocator |
|
typedef vector_type::value_type | T |
|
|
static void | construct (PyObject *obj_ptr, boost::python::converter::rvalue_from_python_stage1_data *memory) |
| Allocate the std::vector and fill it with the element contained in the list. More...
|
|
static void * | convertible (PyObject *obj_ptr) |
| Check if obj_ptr can be converted. More...
|
|
static void | register_converter () |
|
::boost::python::list | tolist (vector_type &self) |
|
template<typename vector_type, bool NoProxy>
struct eigenpy::StdContainerFromPythonList< vector_type, NoProxy >
Register the conversion from a Python list to a std::vector.
- Template Parameters
-
vector_type | A std container (e.g. std::vector or std::list) |
Definition at line 27 of file std-vector.hpp.
◆ Allocator
template<typename vector_type , bool NoProxy>
template<typename vector_type , bool NoProxy>
◆ construct()
template<typename vector_type , bool NoProxy>
Allocate the std::vector and fill it with the element contained in the list.
Definition at line 270 of file std-vector.hpp.
◆ convertible()
template<typename vector_type , bool NoProxy>
◆ register_converter()
template<typename vector_type , bool NoProxy>
◆ tolist()
template<typename vector_type , bool NoProxy>
The documentation for this struct was generated from the following file: