#include <converter.h>
Public Member Functions | |
| template<typename Container > | |
| IterableConverter & | fromPython () |
Static Public Member Functions | |
| template<typename Container > | |
| static void | construct (PyObject *object, boost::python::converter::rvalue_from_python_stage1_data *data) |
| Convert iterable PyObject to C++ container type. More... | |
| static void * | convertible (PyObject *object) |
| Check if PyObject is iterable. More... | |
Definition at line 53 of file converter.h.
|
inlinestatic |
Convert iterable PyObject to C++ container type.
Container Concept requirements:
Definition at line 86 of file converter.h.
|
inlinestatic |
Check if PyObject is iterable.
Definition at line 66 of file converter.h.
|
inline |
Definition at line 57 of file converter.h.