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

This class provides access to profiler areas. More...

#include <CProfilerData2.h>

Public Member Functions

 CProfilerAreaIterator (CProfilerData2SPtr profilerData, CProfilerArea2::EAreaType areaType)
bool hasNext ()
 Returns true, if there is at least one more area available.
CProfilerArea2 next ()
 Returns the next area.

Detailed Description

This class provides access to profiler areas.

Do not instantiate this class directly but call CProfilerData2::getAreaIterator() to get an instance.

Python example: profiler_data.py

Constructor & Destructor Documentation

◆ CProfilerAreaIterator()

isys::CProfilerAreaIterator::CProfilerAreaIterator ( CProfilerData2SPtr profilerData,
CProfilerArea2::EAreaType areaType )
Since
9.21.124

Member Function Documentation

◆ hasNext()

bool isys::CProfilerAreaIterator::hasNext ( )

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

Python example: profiler_data.py

Since
9.12.288

◆ next()

CProfilerArea2 isys::CProfilerAreaIterator::next ( )

Returns the next area.

Python example: profiler_data.py

Since
9.12.288