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

#include <UT_FixedVectorTraits.h>

Public Types

typedef UT_FixedVector< T, 1 > FixedVectorType
 
typedef T DataType
 

Static Public Attributes

static const exint TupleSize = 1
 
static const bool isVectorType = false
 

Detailed Description

template<typename T>
struct UT_FixedVectorTraits< T >

Definition at line 23 of file UT_FixedVectorTraits.h.

Member Typedef Documentation

template<typename T>
typedef T UT_FixedVectorTraits< T >::DataType

Definition at line 26 of file UT_FixedVectorTraits.h.

template<typename T>
typedef UT_FixedVector<T,1> UT_FixedVectorTraits< T >::FixedVectorType

Definition at line 25 of file UT_FixedVectorTraits.h.

Member Data Documentation

template<typename T>
const bool UT_FixedVectorTraits< T >::isVectorType = false
static

Definition at line 28 of file UT_FixedVectorTraits.h.

template<typename T>
const exint UT_FixedVectorTraits< T >::TupleSize = 1
static

Definition at line 27 of file UT_FixedVectorTraits.h.


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