#include <timeseries.h>
Public Methods | |
void | start (dbTimeSeriesProcessor< T > *processor, oid_t oid, time_t from, time_t till) |
bool | current (T &elem) |
bool | next () |
void | reset () |
dbTimeSeriesReverseIterator () |
|
Iterator costructor. If current() or next() method will always return false if them are invoked prior to start() |
|
Get current iterator element
|
|
Move iterator position to next element.
|
|
Reset iterator to the initial state |
|
Start iteration through elements belonging to the specified range.
|