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

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

Subscripting, start with 0.

Definition at line 120 of file ColumnTem.h.

00121     { 
00122         //CheckIndex(i, "operator_array");
00123         return mData[i];
00124     }


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