Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

template<class ElemT, int vecSize>
ElemType& Impala::Core::Array::Element::VecTem< ElemT, vecSize >::operator[] ( int  i  )  const [inline]

Element access.

Definition at line 118 of file VecTem.h.

References Impala::Core::Array::Element::VecTem< ElemT, vecSize >::mData.

00119     { 
00120         return mData[i];
00121     }


Generated on Thu Jan 13 09:17:30 2011 for ImpalaSrc by  doxygen 1.5.1