TMCFixedSizeArray< T, i > Class Template Reference
List of all members.
Public Member Functions |
| TMCFixedSizeArray () |
| TMCFixedSizeArray (const TMCFixedSizeArray< T, i > &other) |
const T & | operator[] (int index) const |
T & | operator[] (int index) |
boolean | operator== (const TMCFixedSizeArray< T, i > &other) const |
boolean | operator!= (const TMCFixedSizeArray< T, i > &other) const |
TMCFixedSizeArray< T, i > & | operator= (const TMCFixedSizeArray< T, i > &other) |
T * | GetBaseAddress () |
const T * | GetBaseAddress () const |
TMCFixedSizeArray< T, i > & | operator+= (TMCFixedSizeArray< T, i > &other) |
TMCFixedSizeArray< T, i > & | operator*= (TMCFixedSizeArray< T, i > &other) |
TMCFixedSizeArray< T, i > & | operator/= (TMCFixedSizeArray< T, i > &other) |
TMCFixedSizeArray< T, i > & | operator<<= (int32 v) |
TMCFixedSizeArray< T, i > & | operator>>= (int32 v) |
TMCFixedSizeArray< T, i > & | Blend (TMCFixedSizeArray< T, i > &other, T factor) |
Protected Attributes |
T | fComps [i] |
Detailed Description
template<class T, int32 i>
class TMCFixedSizeArray< T, i >
Deprecated, do not use.
Constructor & Destructor Documentation
template<class T , int32 i>
template<class T , int32 i>
Member Function Documentation
template<class T , int32 i>
template<class T , int32 i>
template<class T , int32 i>
template<class T , int32 i>
template<class T , int32 i>
template<class T , int32 i>
template<class T , int32 i>
template<class T , int32 i>
template<class T , int32 i>
template<class T , int32 i>
template<class T , int32 i>
template<class T , int32 i>
template<class T , int32 i>
Member Data Documentation
template<class T , int32 i>
The documentation for this class was generated from the following file: