Provide a mechanism that models the "Forward Iterator" concept over a collection of non‐modifiable performance statistics.
Synopsis
Declared in <balb_performancemonitor.h>
class ConstIterator;
Type Aliases
Name |
Description |
Defines a type alias for the type of the result of the difference between the addresses of two value types. |
|
Defines a type alias for the tag type that represents the iterator concept this class models. |
|
Defines a type alias for a pointer to this iterator's value type. |
|
Defines a type alias for a reference to this iterator's value type. |
|
Defines a type alias for the type of the result of dereferencing this iterator. |
Member Functions
Name |
Description |
|
Create an instance of this class having an invalid value. |
Return a reference to the non‐modifiable value type of this iterator. |
|
Increment operators |
|
Return a reference to the non‐modifiable value type of this iterator. |
|
Return |
|
Return |
Friends
Name |
Description |
Provides a mechanism to collect performance statistics for an arbitrary number of processes running on the local machine. |
Created with MrDocs