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

Impala::Util::Range::Range ( const std::string &  name,
double  start,
double  end,
int  steps,
bool  notifications 
) [inline]

Definition at line 68 of file Iterable.h.

References mHasNotifications, mIterator, and mRange.

00068                                                                                          :
00069         mName(name), mValue(start), mStart(start), mSteps(steps)
00070     {
00071         mIterator = 0;
00072         mRange = end - start;
00073         mHasNotifications = notifications;
00074     }


Generated on Fri Mar 19 11:41:00 2010 for ImpalaSrc by  doxygen 1.5.1