#include <stdapis/liboil/liboilparameter.h>
struct _OilParameter |
Public Attributes | |
---|---|
int | direction |
int | guard |
int | index |
int | is_pointer |
int | is_stride |
int | order |
char * | parameter_name |
OilArgType | parameter_type |
int | post_n |
int | poststride_length |
int | poststride_var |
int | pre_n |
int | prestride_length |
int | prestride_var |
uint8_t * | ref_data |
int | size |
uint8_t * | src_data |
int | stride |
uint8_t * | test_data |
int | test_footer |
int | test_header |
OilType | type |
char * | type_name |
unsigned long | value |
OilParameter:
An opaque structure representing a single parameter in the function prototype of an OilFunctionClass.
int | direction |
int | guard |
int | index |
int | is_pointer |
int | is_stride |
int | order |
char * | parameter_name |
OilArgType | parameter_type |