winIDEA SDK
isys::CCoverageStatIterator Class Reference

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()

#include <CCoverageData2.h>

Public Member Functions

bool hasNext ()
 Returns true, if there is at least one more statistic available. More...
 
virtual CCoverageStatistic2SPtr next ()
 Returns the next statistic. More...
 

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.