Advance this iterator and return its previous value.
Synopsis
Declared in <balb_performancemonitor.h>
PerformanceMonitor::ConstIterator
operator++(int postfix);
Description
Advance this iterator to refer to the next collection of statistics for a monitored pid and return the iterator pointing to the previous modifiable value type. If there is no next collection of statistics, this iterator will be set equal to end(). The behavior of this function is undefined unless this iterator is dereferenceable.
Return Value
copy of this iterator as it was before being advanced
Parameters
Name |
Description |
postfix |
unused parameter distinguishing the postfix operator |
Created with MrDocs