A loop primitive that has linear complexity. More...
Macros | |
#define | LOOP_DIRECTIVES |
The name of the file that holds the directives to be executed at each iteration. | |
#define | LOOP_TERMINATED |
A Boolean value that indicates whether or not the loop has terminated. | |
A loop primitive that has linear complexity.
This uses two macros LOOP_DIRECTIVES and LOOP_TERMINATED that hold the file name for the directives of the loop body and the termination condition, respectively.
#define LOOP_DIRECTIVES |
The name of the file that holds the directives to be executed at each iteration.
#define LOOP_TERMINATED |
A Boolean value that indicates whether or not the loop has terminated.