Increment operators
Synopses
Declared in <balb_performancemonitor.h>
Advance this iterator to the next monitored pid.
Advance this iterator and return its previous value.
PerformanceMonitor::ConstIterator
operator++(int postfix);
Return Value
-
reference to this iterator after it has been advanced
-
copy of this iterator as it was before being advanced
Parameters
Name |
Description |
postfix |
unused parameter distinguishing the postfix operator |
Created with MrDocs