eigenpy 3.12.0
Bindings between Numpy and Eigen using Boost.Python
Loading...
Searching...
No Matches
eigenpy::StdPairConverter< pair_type > Struct Template Reference

Public Types

typedef pair_type::first_type T1
typedef pair_type::second_type T2

Static Public Member Functions

static PyObject * convert (const pair_type &pair)
static void * convertible (PyObject *obj)
static void construct (PyObject *obj, boost::python::converter::rvalue_from_python_stage1_data *memory)
static PyTypeObject const * get_pytype ()
static void registration ()

Detailed Description

template<typename pair_type>
struct eigenpy::StdPairConverter< pair_type >

Definition at line 14 of file std-pair.hpp.

Member Typedef Documentation

◆ T1

template<typename pair_type>
typedef pair_type::first_type eigenpy::StdPairConverter< pair_type >::T1

Definition at line 15 of file std-pair.hpp.

◆ T2

template<typename pair_type>
typedef pair_type::second_type eigenpy::StdPairConverter< pair_type >::T2

Definition at line 16 of file std-pair.hpp.

Member Function Documentation

◆ construct()

template<typename pair_type>
void eigenpy::StdPairConverter< pair_type >::construct(PyObject *obj,
boost::python::converter::rvalue_from_python_stage1_data *memory )
inlinestatic

Definition at line 36 of file std-pair.hpp.

◆ convert()

template<typename pair_type>
PyObject * eigenpy::StdPairConverter< pair_type >::convert(const pair_type &pair)
inlinestatic

Definition at line 18 of file std-pair.hpp.

◆ convertible()

template<typename pair_type>
void * eigenpy::StdPairConverter< pair_type >::convertible(PyObject *obj)
inlinestatic

Definition at line 23 of file std-pair.hpp.

◆ get_pytype()

template<typename pair_type>
PyTypeObject const * eigenpy::StdPairConverter< pair_type >::get_pytype()
inlinestatic

Definition at line 50 of file std-pair.hpp.

◆ registration()

template<typename pair_type>
void eigenpy::StdPairConverter< pair_type >::registration()
inlinestatic

Definition at line 55 of file std-pair.hpp.


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