HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TfPyContainerConversions::from_python_tuple_pair< PairType > Struct Template Reference

#include <pyContainerConversions.h>

Public Types

typedef PairType::first_type first_type
 
typedef PairType::second_type second_type
 

Public Member Functions

 from_python_tuple_pair ()
 

Static Public Member Functions

static voidconvertible (PyObject *obj_ptr)
 
static void construct (PyObject *obj_ptr, hboost::python::converter::rvalue_from_python_stage1_data *data)
 

Detailed Description

template<typename PairType>
struct TfPyContainerConversions::from_python_tuple_pair< PairType >

Definition at line 329 of file pyContainerConversions.h.

Member Typedef Documentation

template<typename PairType >
typedef PairType::first_type TfPyContainerConversions::from_python_tuple_pair< PairType >::first_type

Definition at line 330 of file pyContainerConversions.h.

template<typename PairType >
typedef PairType::second_type TfPyContainerConversions::from_python_tuple_pair< PairType >::second_type

Definition at line 331 of file pyContainerConversions.h.

Constructor & Destructor Documentation

template<typename PairType >
TfPyContainerConversions::from_python_tuple_pair< PairType >::from_python_tuple_pair ( )
inline

Definition at line 333 of file pyContainerConversions.h.

Member Function Documentation

template<typename PairType >
static void TfPyContainerConversions::from_python_tuple_pair< PairType >::construct ( PyObject *  obj_ptr,
hboost::python::converter::rvalue_from_python_stage1_data *  data 
)
inlinestatic

Definition at line 354 of file pyContainerConversions.h.

template<typename PairType >
static void* TfPyContainerConversions::from_python_tuple_pair< PairType >::convertible ( PyObject *  obj_ptr)
inlinestatic

Definition at line 341 of file pyContainerConversions.h.


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