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

template<class ElemT>
void Impala::Core::Column::ColumnTem< ElemT >::CheckIndex ( int  index,
String  tag = "CheckIndex" 
) const [inline, private]

Definition at line 184 of file ColumnTem.h.

00185     {
00186         if (index >= mCapacity)
00187             ILOG_ERROR("CheckIndex: [" << tag << "] Index out of range: " <<
00188                        index);
00189     }


Generated on Thu Jan 13 09:18:53 2011 for ImpalaSrc by  doxygen 1.5.1