![]() |
PK_CLASS_array_t |
This structure contains an array of tokens of type PK_CLASS_t
PK_BB_sf_t
PK_BODY_copy_topology_o_t
PK_BODY_make_section_o_t
PK_CURVE_project_o_t
PK_DEBUG_SESSION_watch_classes
PK_ENTITY_copy_o_t
PK_PARTITION_clone_pmark_o_t
PK_PARTITION_is_clone_o_t
PK_PARTITION_make_pmark_o_t
PK_PMARK_ask_entities_o_t
PK_PMARK_goto_o_t
PK_REPORT_record_2_t
PK_REPORT_record_3_t
PK_REPORT_record_4_t
typedef struct PK_CLASS_array_s { PK_CLASS_t *array; --- array of CLASS tokens int length; --- length of array } PK_CLASS_array_t; It has the fields: 'array': array of tokens of type PK_CLASS_t 'length': the number of tokens in 'array'