HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PDG_LoopInfo Struct Reference

#include <PDG_LoopInfo.h>

Public Types

using Stack = UT_Array< PDG_LoopInfo >
 Utility typdef for a stack of loop infos. More...
 

Public Attributes

PDG_WorkItemmyLoopItem
 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...
 

Detailed Description

Definition at line 20 of file PDG_LoopInfo.h.

Member Typedef Documentation

Utility typdef for a stack of loop infos.

Definition at line 23 of file PDG_LoopInfo.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: