HDK
|
#include <VEX_VexOp.h>
Public Attributes | |
void * | myArg |
VEX_Type | myType |
bool | myArray |
A structure used to provide arguments with type information to the callback function.
Definition at line 78 of file VEX_VexOp.h.
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.