HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Sdf_PySpecDetail::_ConstHandleToPython< _SpecType > Struct Template Reference

#include <pySpec.h>

Public Types

typedef _SpecType SpecType
 
typedef SdfHandle< SpecTypeHandle
 
typedef SdfHandle< const SpecTypeConstHandle
 

Public Member Functions

 _ConstHandleToPython ()
 

Static Public Member Functions

static PyObject * convert (ConstHandle const &p)
 

Detailed Description

template<class _SpecType>
struct Sdf_PySpecDetail::_ConstHandleToPython< _SpecType >

Definition at line 219 of file pySpec.h.

Member Typedef Documentation

template<class _SpecType>
typedef SdfHandle<const SpecType> Sdf_PySpecDetail::_ConstHandleToPython< _SpecType >::ConstHandle

Definition at line 222 of file pySpec.h.

template<class _SpecType>
typedef SdfHandle<SpecType> Sdf_PySpecDetail::_ConstHandleToPython< _SpecType >::Handle

Definition at line 221 of file pySpec.h.

template<class _SpecType>
typedef _SpecType Sdf_PySpecDetail::_ConstHandleToPython< _SpecType >::SpecType

Definition at line 220 of file pySpec.h.

Constructor & Destructor Documentation

template<class _SpecType>
Sdf_PySpecDetail::_ConstHandleToPython< _SpecType >::_ConstHandleToPython ( )
inline

Definition at line 223 of file pySpec.h.

Member Function Documentation

template<class _SpecType>
static PyObject* Sdf_PySpecDetail::_ConstHandleToPython< _SpecType >::convert ( ConstHandle const p)
inlinestatic

Definition at line 226 of file pySpec.h.


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