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

template<class ElemT>
ElemT& Impala::Core::Vector::VectorTem< ElemT >::operator[] ( int  i  )  const [inline]

Subscripting, start with 0.

Definition at line 153 of file VectorTem.h.

00154     {
00155         return mData[i];
00156     }


Generated on Thu Jan 13 09:21:39 2011 for ImpalaSrc by  doxygen 1.5.1