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

template<class ElemT>
void Impala::Core::Column::ColumnTem< ElemT >::Print ( int  from = 0,
int  to = -1 
) [inline]

Definition at line 165 of file ColumnTem.h.

00166     {
00167         if (to < 0 || to > mCapacity)
00168             to = mCapacity - 1;
00169         for (int i=from ; i<to ; ++i)
00170             std::cout << mData[i] << std::endl;
00171         std::cout << std::endl;
00172     }


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