winIDEA SDK
|
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
#include <CProfilerData2.h>
Public Member Functions | |
bool | hasNext () |
Returns true, if there is at least one more area available. More... | |
CProfilerArea2 | next () |
Returns the next area. More... | |
bool isys::CProfilerAreaIterator::hasNext | ( | ) |
Returns true, if there is at least one more area available.
Python example: profiler_data.py
CProfilerArea2 isys::CProfilerAreaIterator::next | ( | ) |
Returns the next area.
Python example: profiler_data.py