#include <Iterable.h>
Inheritance diagram for Impala::Util::Range:


Public Member Functions | |
| Range (const std::string &name, double start, double end, int steps, bool notifications) | |
| virtual int | GetSteps () |
| virtual void | SetIteration (int i) |
| virtual void | Next () |
| virtual bool | Done () |
| virtual double | GetValue () |
| std::string | GetName () |
| virtual bool | HasNotifications () const |
Protected Attributes | |
| std::string | mName |
| double | mValue |
| double | mStart |
| double | mRange |
| int | mSteps |
| int | mIterator |
| bool | mHasNotifications |
Definition at line 65 of file Iterable.h.
1.5.1