DESCRIPTION: This module tests the inquiry functions dealing with element type and size, and element content. SEMANTIC REQUIREMENTS:#F 303
SR1. <Inquire current element type and size> returns the element type and size of the structure element pointed to by the element pointer.
#F 303
SR2. <Inquire current element type and size> returns NIL as the element type and 0 as the element size when the element pointer is 0.
#F 304
SR3. <Inquire current element content> returns the values of the structure element data record associated with the structure element pointed to by the element pointer.
#F 305
SR4. <Inquire element type and size> returns the element type and size for the specified element.
#F 305
SR5. <Inquire element type and size> returns NIL as the element type and 0 as the element size when the specified element position is 0.
#F 306
SR6. <Inquire element content> returns the values of the structure element data record associated with the specified structure element.
LOCAL DICTIONARY:
Functions --- 303: pqcets <inquire current element type and size> 304: pqceco <inquire current element content> 305: pqets <inquire element type and size> 306: pqeco <inquire element content> Data Structures --- 4 ... phigs_state_list 4.2 ... name_of_open_structure 4.3 ... element_pointer 7 ... structure_state_list 7.1 ... structure_identifier 7.3 ... list_of_structure_elements
You may inspect either the design or code for this program.
You may inspect either the design or code for this program.