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

#include <std-pair.hh>

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 StdPairConverter< pair_type >

Definition at line 12 of file std-pair.hh.

Member Typedef Documentation

◆ T1

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

Definition at line 13 of file std-pair.hh.

◆ T2

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

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

Member Function Documentation

◆ construct()

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

Definition at line 34 of file std-pair.hh.

◆ convert()

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

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

◆ convertible()

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

Definition at line 21 of file std-pair.hh.

◆ get_pytype()

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

Definition at line 48 of file std-pair.hh.

◆ registration()

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

Definition at line 53 of file std-pair.hh.


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


hpp-fcl
Author(s):
autogenerated on Sat Nov 23 2024 03:45:00