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

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

Empty vector.

Definition at line 24 of file VectorTem.h.

00025     {
00026         mSize = 0;
00027         mData = 0;
00028         mIsWrapper = false;
00029     }


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