HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
schedule.h File Reference
+ Include dependency graph for schedule.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VdfSchedule
 Contains a specification of how to execute a particular VdfNetwork. More...
 
class  VdfSchedule::IteratorRange< Iterator >
 
class  VdfSchedule::OutputId
 

Macros

#define VDF_FOR_EACH_SCHEDULED_OUTPUT_ID(OUTPUT_ID_NAME, VDF_SCHEDULE, VDF_NODE)
 

Macro Definition Documentation

#define VDF_FOR_EACH_SCHEDULED_OUTPUT_ID (   OUTPUT_ID_NAME,
  VDF_SCHEDULE,
  VDF_NODE 
)
Value:
for (VdfSchedule::OutputId __endId = \
(VDF_SCHEDULE).GetOutputIdsEnd(VDF_NODE), \
OUTPUT_ID_NAME = (VDF_SCHEDULE).GetOutputIdsBegin(VDF_NODE) ; \
OUTPUT_ID_NAME != __endId; ++OUTPUT_ID_NAME)

Definition at line 652 of file schedule.h.