Public Types | Static Public Member Functions | List of all members
eigenpy::StdPairConverter< pair_type > Struct Template Reference

#include <std-pair.hpp>

Public Types

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

Static Public Member Functions

static void construct (PyObject *obj, boost::python::converter::rvalue_from_python_stage1_data *memory)
 
static PyObject * convert (const pair_type &pair)
 
static void * convertible (PyObject *obj)
 
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 >
static 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 >
static 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 >
static void* eigenpy::StdPairConverter< pair_type >::convertible ( PyObject *  obj)
inlinestatic

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

◆ get_pytype()

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

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

◆ registration()

template<typename pair_type >
static 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:


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Apr 26 2024 02:17:35