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

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

#include <CProfilerData2.h>

Public Member Functions

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

Member Function Documentation

◆ hasNext()

bool isys::CProfilerAreaIterator::hasNext ( )

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

Python example: profiler_data.py

◆ next()

CProfilerArea2 isys::CProfilerAreaIterator::next ( )

Returns the next area.

Python example: profiler_data.py