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

template<class ElemT>
VectorTem& Impala::Core::Vector::VectorTem< ElemT >::operator= ( ElemT  a  )  [inline]

Assign constant value.

Definition at line 129 of file VectorTem.h.

00130     {
00131         for (int i=0 ; i<mSize ; i++)
00132             mData[i] = a;
00133         return *this;
00134     }


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