HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tf_PyMapToDictionaryConverter< T > Struct Template Reference

#include <pyResultConversions.h>

Public Types

typedef
std::remove_reference_t< T
SeqType
 

Public Member Functions

bool convertible () const
 
PyObject * operator() (T seq) const
 
PyTypeObject * get_pytype ()
 

Detailed Description

template<typename T>
struct Tf_PyMapToDictionaryConverter< T >

Definition at line 41 of file pyResultConversions.h.

Member Typedef Documentation

template<typename T >
typedef std::remove_reference_t<T> Tf_PyMapToDictionaryConverter< T >::SeqType

Definition at line 166 of file pyResultConversions.h.

Member Function Documentation

template<typename T >
bool Tf_PyMapToDictionaryConverter< T >::convertible ( ) const
inline

Definition at line 169 of file pyResultConversions.h.

template<typename T >
PyTypeObject* Tf_PyMapToDictionaryConverter< T >::get_pytype ( )
inline

Definition at line 175 of file pyResultConversions.h.

template<typename T >
PyObject* Tf_PyMapToDictionaryConverter< T >::operator() ( T  seq) const
inline

Definition at line 172 of file pyResultConversions.h.


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