#include <Iterable.h>
Inheritance diagram for Impala::Util::Param:
Public Member Functions | |
Param (const std::string &name, double value) | |
virtual int | GetSteps () |
virtual void | SetIteration (int i) |
virtual void | Next () |
virtual double | GetValue () |
virtual bool | Done () |
std::string | GetName () |
virtual bool | HasNotifications () const |
Protected Attributes | |
std::string | mName |
double | mValue |
Definition at line 25 of file Iterable.h.