Increment operators
Declared in <balb_performancemonitor.h>
Advance this iterator to the next monitored pid.
PerformanceMonitor::ConstIterator&
operator++();
» more...
Advance this iterator and return its previous value.
PerformanceMonitor::ConstIterator
operator++(int postfix);
» more...
| Name | Description |
|---|---|
| postfix | unused parameter distinguishing the postfix operator |