Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:18:52 2011 for ImpalaSrc by  doxygen 1.5.1