HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TfPyOptional::python_optional< T >::optional_from_python Struct Reference

#include <pyOptional.h>

Static Public Member Functions

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

Detailed Description

template<typename T>
struct TfPyOptional::python_optional< T >::optional_from_python

Definition at line 81 of file pyOptional.h.

Member Function Documentation

template<typename T >
static void TfPyOptional::python_optional< T >::optional_from_python::construct ( PyObject *  source,
hboost::python::converter::rvalue_from_python_stage1_data *  data 
)
inlinestatic

Definition at line 93 of file pyOptional.h.

template<typename T >
static void* TfPyOptional::python_optional< T >::optional_from_python::convertible ( PyObject *  source)
inlinestatic

Definition at line 83 of file pyOptional.h.


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