#include <Event.h>
Public Attributes | |
int | _Begin |
Start value of iteration counter. | |
int | _End |
End value of iteration counter. | |
int | _Inc |
Increment after each iteration. | |
int | _Iter |
Iteration counter. | |
Data of IterationStartEvent and IterationEndEvent
This event data structure can further be used as iteration counter directly to avoid the need for unnecessary duplicate counter.