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

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

Empty column of given size.

Definition at line 34 of file ColumnTem.h.

00035     {
00036         mCapacity = n;
00037         mData = new ElemT[mCapacity];
00038     }


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