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

template<class ElemT>
ElemT& Impala::Core::Column::ColumnTem< ElemT >::Elem ( int  i  )  [inline]

Definition at line 127 of file ColumnTem.h.

00128     { 
00129         //CheckIndex(i, "Elem");
00130         return mData[i];
00131     }


Generated on Fri Mar 19 11:06:47 2010 for ImpalaSrc by  doxygen 1.5.1