Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 137 of file VectorTem.h.

00138     {
00139         return mData[i];
00140     }


Generated on Fri Mar 19 11:27:34 2010 for ImpalaSrc by  doxygen 1.5.1