Image Component Library (ICL)
|
Specialization for 1D-vectors providing a value x. More...
#include <FixedArray.h>
Public Member Functions | |
FixedArray () | |
empty constructor (leaving data uninitialized) More... | |
FixedArray (const T &x) | |
constructor with given value x More... | |
T & | operator[] (unsigned int idx) |
index access operator More... | |
const T & | operator[] (unsigned int idx) const |
index access operator (const) More... | |
operator T () const | |
reinterprect FixedArray<T,1u> as a scalar More... | |
Public Attributes | |
union icl::utils::FixedArray< T, 1u >:: { ... } | |
T | m_data [1] |
T | x |
Specialization for 1D-vectors providing a value x.
|
inline |
empty constructor (leaving data uninitialized)
|
inline |
constructor with given value x
|
inline |
reinterprect FixedArray<T,1u> as a scalar
|
inline |
index access operator
|
inline |
index access operator (const)
union { ... } |
T icl::utils::FixedArray< T, 1u >::m_data[1] |
T icl::utils::FixedArray< T, 1u >::x |