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

#include <makePyConstructor.h>

Public Types

typedef
std::remove_reference_t< T
SeqType
 

Public Member Functions

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

Detailed Description

template<typename T>
struct Tf_PySequenceToListConverterRefPtrFactory< T >

Definition at line 392 of file makePyConstructor.h.

Member Typedef Documentation

Definition at line 406 of file makePyConstructor.h.

Member Function Documentation

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

Definition at line 407 of file makePyConstructor.h.

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

Definition at line 425 of file makePyConstructor.h.

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

Definition at line 410 of file makePyConstructor.h.


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