void pcond_inst_struct (
Pint struct_id, /* structure identifier */ Ptest *test /* condition test */
)
Depending on the edit mode, a Conditional Instance Structure element is inserted into the open structure after the current element or replaces the current element. The newly inserted element becomes the current element.
Depending on the result of the condition test, this element behaves like INCLUDE STRUCTURE if test succeed. Otherwise, the traversal continues with the next element.
See CONDITIONAL EXECUTE STRUCTURE for more detail concerning condition test content.
Include structure, see pxincl_struct
Conditional return, see pcond_return
Conditional skip elements, see pcond_skip_elements
Conditional skip to label, see pcond_skip_to_label