HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TfPyOptional::python_optional< T >::optional_from_python< Optional > Struct Template 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>
template<typename Optional>
struct TfPyOptional::python_optional< T >::optional_from_python< Optional >

Definition at line 85 of file pyOptional.h.

Member Function Documentation

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

Definition at line 97 of file pyOptional.h.

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

Definition at line 87 of file pyOptional.h.


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