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

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

Definition at line 134 of file ColumnTem.h.

00135     { 
00136         //CheckIndex(i, "Get");
00137         return mData[i];
00138     }


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