Loading...
Searching...
No Matches
SdfPyWrapListOp< T > Class Template Reference

Helper class for wrapping SdfListOp objects for Python. More...

#include <pyListOp.h>

Public Types

typedef T::ItemType ItemType
 
typedef T::ItemVector ItemVector
 
typedef SdfPyWrapListOp< T > This
 

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

◆ ItemType

typedef T::ItemType ItemType

Definition at line 46 of file pyListOp.h.

◆ ItemVector

typedef T::ItemVector ItemVector

Definition at line 47 of file pyListOp.h.

◆ This

typedef SdfPyWrapListOp<T> This

Definition at line 49 of file pyListOp.h.

Constructor & Destructor Documentation

◆ SdfPyWrapListOp()

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: