STargetsArray Struct Reference

STargetsArray a client allocated storage for the switch instruction operand target list More...

#include <MieAPI.h>

List of all members.

Public Attributes

SCaseTargetpTargetsArray
 an array with case-target pairs
IInstructionpDefaultTarget
 default target in case none of the case values
unsigned int uiEntries
 Number of entries in ppTargetsArray.
unsigned int uiUsedEntries
 actual entries used or required


Detailed Description

This struct stores the switch instruction target list. The API function uses up to uiEntries and returns the actual number of targets in uiUsedEntries. If the array is not large enough the API function returns MRTE_ERROR_BUFFER_TOO_SHORT and uiUsedEntries contains the required size of the array.
The documentation for this struct was generated from the following file:


Generated on Thu Mar 6 15:07:55 2008 for Martini by doxygen 1.5.5