Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 177 of file ColumnTem.h.

00178     {
00179         ILOG_VAR(Impala.Core.Column.ColumnTem);
00180         if (index >= mCapacity)
00181             ILOG_ERROR("[" << tag << "] Index out of range: " << index);
00182     }


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