This class iterates through statistic nodes. More...
#include <CCoverageData2.h>
Public Member Functions | |
| bool | hasNext () |
| Returns true, if there is at least one more statistic available. | |
| virtual CCoverageStatistic2SPtr | next () |
| Returns the next statistic. | |
This class iterates through statistic nodes.
Depth-first iteration is used.
Clients should use CCoverageData2::getIterator() to obtain instances of this class.
| bool isys::CCoverageStatIterator::hasNext | ( | ) |
Returns true, if there is at least one more statistic available.
|
virtual |
Returns the next statistic.