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 174 of file declareHandles.h.

Member Typedef Documentation

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

Definition at line 176 of file declareHandles.h.

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

Definition at line 178 of file declareHandles.h.

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

Definition at line 175 of file declareHandles.h.

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

Definition at line 177 of file declareHandles.h.


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