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

template<class ElemT>
Impala::Core::Vector::VectorTem< ElemT >::VectorTem ( int  n  )  [inline]

Empty vector of given size.

Definition at line 32 of file VectorTem.h.

00033     {
00034         mSize = n;
00035         mData = new ElemT[mSize];
00036         mIsWrapper = false;
00037     }


Generated on Thu Jan 13 09:21:38 2011 for ImpalaSrc by  doxygen 1.5.1