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

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

Empty vector.

Definition at line 23 of file VectorTem.h.

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


Generated on Fri Mar 19 11:27:34 2010 for ImpalaSrc by  doxygen 1.5.1