HDK
|
#include <PDG_LoopInfo.h>
Public Types | |
using | Stack = UT_Array< PDG_LoopInfo > |
Utility typdef for a stack of loop infos. More... | |
Public Attributes | |
PDG_WorkItem * | myLoopItem |
The loop begin work item. More... | |
PDG_WorkItemID | myServiceLock |
The Id used to lock services associated with this item. More... | |
int | myLoopIteration |
The loop iteration. More... | |
int | myLoopNumber |
The loop number. More... | |
int | myLoopSize |
The total number of iterations in the loop. More... | |
Definition at line 20 of file PDG_LoopInfo.h.
using PDG_LoopInfo::Stack = UT_Array<PDG_LoopInfo> |
Utility typdef for a stack of loop infos.
Definition at line 23 of file PDG_LoopInfo.h.
PDG_WorkItem* PDG_LoopInfo::myLoopItem |
The loop begin work item.
Definition at line 26 of file PDG_LoopInfo.h.
int PDG_LoopInfo::myLoopIteration |
The loop iteration.
Definition at line 32 of file PDG_LoopInfo.h.
int PDG_LoopInfo::myLoopNumber |
The loop number.
Definition at line 35 of file PDG_LoopInfo.h.
int PDG_LoopInfo::myLoopSize |
The total number of iterations in the loop.
Definition at line 38 of file PDG_LoopInfo.h.
PDG_WorkItemID PDG_LoopInfo::myServiceLock |
The Id used to lock services associated with this item.
Definition at line 29 of file PDG_LoopInfo.h.