winIDEA SDK
Loading...
Searching...
No Matches
isys::CCoverageStatIterator Class Reference

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.

Detailed Description

This class iterates through statistic nodes.

Depth-first iteration is used.

Clients should use CCoverageData2::getIterator() to obtain instances of this class.

See also
CCoverageData2::getIterator()

Member Function Documentation

◆ hasNext()

bool isys::CCoverageStatIterator::hasNext ( )

Returns true, if there is at least one more statistic available.

◆ next()

virtual CCoverageStatistic2SPtr isys::CCoverageStatIterator::next ( )
virtual

Returns the next statistic.