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

#include <VEX_VexOp.h>

Public Attributes

voidmyArg
 
VEX_Type myType
 
bool myArray
 

Detailed Description

A structure used to provide arguments with type information to the callback function.

Examples:
VEX/VEX_Example.C.

Definition at line 78 of file VEX_VexOp.h.

Member Data Documentation

void* VEX_VexOpArg::myArg

Definition at line 79 of file VEX_VexOp.h.

bool VEX_VexOpArg::myArray

Definition at line 81 of file VEX_VexOp.h.

VEX_Type VEX_VexOpArg::myType

Definition at line 80 of file VEX_VexOp.h.


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