![]() |
PK_ATTDEF_array_t |
This structure contains an array of entities of type PK_ATTDEF_t
PK_ENTITY_ask_owning_groups_o_t
PK_PART_ask_groups_o_t
PK_PMARK_goto_o_t
typedef struct PK_ATTDEF_array_s
{
PK_ATTDEF_t *array; --- array of ATTribute DEFinitions
int length; --- length of array
}
PK_ATTDEF_array_t;
It has the fields:
'array': array of entities of type PK_ATTDEF_t
'length': the number of entities in 'array'