18 virtual bool hasNext()
const;
19 virtual double next() = 0;
26 virtual bool hasNext()
const;
27 virtual double next();
38 virtual double next();
49 const Poco::DateTime &start,
50 const Poco::Timespan step);
52 const Poco::DateTime &start,
53 unsigned int stepSecs);
55 virtual bool hasNext()
const;
56 virtual double next();
57 virtual Poco::Timestamp at()
const;
62 Poco::Timespan m_step;
68 const Poco::DateTime &before);
70 const Poco::Timestamp &before);
72 virtual bool hasNext()
const;
73 virtual double next();
74 virtual Poco::Timestamp at()
const;
78 Poco::Timestamp m_before;
Definition: ValueGenerator.h:22
Definition: ValueGenerator.h:34
Definition: ValueGenerator.h:13
Definition: ValueGenerator.h:91
Definition: ValueGenerator.h:102
Definition: ValueGenerator.h:81
Definition: ValueGenerator.h:65
Definition: ValueGenerator.h:46