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

#include <pyListOp.h>

Public Types

typedef T::ItemType ItemType
 
typedef T::ItemVector ItemVector
 
typedef SdfPyWrapListOp< TThis
 

Public Member Functions

 SdfPyWrapListOp (const std::string &name)
 

Detailed Description

template<class T>
class SdfPyWrapListOp< T >

Helper class for wrapping SdfListOp objects for Python. The template parameter is the specific SdfListOp type being wrapped (e.g., SdfPathListOp)

Definition at line 44 of file pyListOp.h.

Member Typedef Documentation

template<class T >
typedef T::ItemType SdfPyWrapListOp< T >::ItemType

Definition at line 46 of file pyListOp.h.

template<class T >
typedef T::ItemVector SdfPyWrapListOp< T >::ItemVector

Definition at line 47 of file pyListOp.h.

template<class T >
typedef SdfPyWrapListOp<T> SdfPyWrapListOp< T >::This

Definition at line 49 of file pyListOp.h.

Constructor & Destructor Documentation

template<class T >
SdfPyWrapListOp< T >::SdfPyWrapListOp ( const std::string name)
inline

Definition at line 51 of file pyListOp.h.


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