AssertSchedule Class Referencea class to store the schedule for executing a loop
More...
#include <AssertSchedule.h>
Inheritance diagram for AssertSchedule:
[legend]List of all members.
Detailed Description
a class to store the schedule for executing a loop
C Polaris - See also:
- Directive/AssertSchedule.h
Directive/AssertSchedule.h
The AssertSchedule class is meant to provide a specific class for specifying the execution schedule for a loop.
The possible values are:
'SIMPLE' - The default schedule for a given machine. Whatever schedule is given without any special instruction on the target machine. 'INTERLEAVED' - Block cyclic, or horizontally scheduled
No known bugs.
Definition at line 37 of file AssertSchedule.h.
Constructor & Destructor Documentation
| AssertSchedule::AssertSchedule |
( |
|
) |
|
|
Member Function Documentation
| void AssertSchedule::print |
( |
ostream & |
o |
) |
const [virtual] |
|
| Assertion * AssertSchedule::clone |
( |
|
) |
const [virtual] |
|
| Listable * AssertSchedule::listable_clone |
( |
|
) |
const [virtual] |
|
The documentation for this class was generated from the following files:
|