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

int Impala::Util::QuasiRandomSequenceIterator::operator * (  )  const [inline]

Indirection operator, like stl iterators.

Definition at line 22 of file QuasiRandomSequenceIterator.h.

References mCurrent.

00023     {
00024         return *mCurrent;
00025     }


Generated on Thu Jan 13 09:24:20 2011 for ImpalaSrc by  doxygen 1.5.1