HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tf_PyPairToTupleConverter< First, Second > Struct Template Reference

#include <pyResultConversions.h>

Public Types

typedef std::pair< First, Second > PairType
 

Public Member Functions

bool convertible () const
 
PyObject * operator() (PairType const &a) const
 
PyTypeObject * get_pytype ()
 

Detailed Description

template<typename First, typename Second>
struct Tf_PyPairToTupleConverter< First, Second >

Definition at line 43 of file pyResultConversions.h.

Member Typedef Documentation

template<typename First , typename Second >
typedef std::pair<First, Second> Tf_PyPairToTupleConverter< First, Second >::PairType

Definition at line 196 of file pyResultConversions.h.

Member Function Documentation

template<typename First , typename Second >
bool Tf_PyPairToTupleConverter< First, Second >::convertible ( ) const
inline

Definition at line 197 of file pyResultConversions.h.

template<typename First , typename Second >
PyTypeObject* Tf_PyPairToTupleConverter< First, Second >::get_pytype ( )
inline

Definition at line 205 of file pyResultConversions.h.

template<typename First , typename Second >
PyObject* Tf_PyPairToTupleConverter< First, Second >::operator() ( PairType const a) const
inline

Definition at line 200 of file pyResultConversions.h.


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