#include <defines.h>
Data Fields | |
| char * | name |
| expression * | expr |
| int | index |
| attr_param * | next |
| attr_param * | prev |
|
|
Pointer to expression assigned to the attribute parameter identifier |
|
|
Index position in the array that this parameter is located at |
|
|
Name of attribute parameter identifier |
|
|
Pointer to next attribute parameter in list |
|
|
Pointer to previous attribute parameter in list |
1.3.4