HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_FixedVectorTraits.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: UT_FixedVectorTraits.h (UT Library, C++)
7  *
8  * COMMENTS:
9  *
10  */
11 
12 #pragma once
13 
14 #ifndef __UT_FixedVectorTraits__
15 #define __UT_FixedVectorTraits__
16 
17 #include <SYS/SYS_Types.h>
18 
19 template< typename T, exint D >
20 class UT_FixedVector;
21 
22 template<typename T>
24 {
26  typedef T DataType;
27  static const exint TupleSize = 1;
28  static const bool isVectorType = false;
29 };
30 
31 #endif
32 
int64 exint
Definition: SYS_Types.h:125
static const exint TupleSize
static const bool isVectorType
UT_FixedVector< T, 1 > FixedVectorType