#include <converter.h>
|
template<typename OptionalT > |
static void | construct (PyObject *object, boost::python::converter::rvalue_from_python_stage1_data *data) |
| Convert PyObject to C++ type. More...
|
|
static void * | convertible (PyObject *object) |
| Check PyObject. More...
|
|
Definition at line 108 of file converter.h.
◆ construct()
template<typename OptionalT >
static void converters::ToOptionalConverter::construct |
( |
PyObject * |
object, |
|
|
boost::python::converter::rvalue_from_python_stage1_data * |
data |
|
) |
| |
|
inlinestatic |
Convert PyObject to C++ type.
Definition at line 125 of file converter.h.
◆ convertible()
static void* converters::ToOptionalConverter::convertible |
( |
PyObject * |
object | ) |
|
|
inlinestatic |
◆ fromPython()
template<typename OptionalT >
- Note
- Registers converter from a python interable type to the provided type.
Definition at line 112 of file converter.h.
The documentation for this struct was generated from the following file: