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 const * get_pytype () const
 

Detailed Description

template<typename T>
struct Tf_PySequenceToListConverterRefPtrFactory< T >

Definition at line 386 of file makePyConstructor.h.

Member Typedef Documentation

Definition at line 400 of file makePyConstructor.h.

Member Function Documentation

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

Definition at line 401 of file makePyConstructor.h.

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

Definition at line 419 of file makePyConstructor.h.

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

Definition at line 404 of file makePyConstructor.h.


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