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

#include <declareHandles.h>

Public Types

typedef SdfHandle< THandle
 
typedef SdfHandle< const TConstHandle
 
typedef std::vector< HandleVector
 
typedef std::vector< ConstHandleConstVector
 

Detailed Description

template<class T>
struct SdfHandleTo< T >

Definition at line 197 of file declareHandles.h.

Member Typedef Documentation

template<class T>
typedef SdfHandle<const T> SdfHandleTo< T >::ConstHandle

Definition at line 199 of file declareHandles.h.

template<class T>
typedef std::vector<ConstHandle> SdfHandleTo< T >::ConstVector

Definition at line 201 of file declareHandles.h.

template<class T>
typedef SdfHandle<T> SdfHandleTo< T >::Handle

Definition at line 198 of file declareHandles.h.

template<class T>
typedef std::vector<Handle> SdfHandleTo< T >::Vector

Definition at line 200 of file declareHandles.h.


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