15.3.5 INHERIT Directive (TU*X only)

The INHERIT directive specifies that a dummy argument is aligned in the same way as the actual argument, if the actual argument has been named in an ALIGN directive.

The INHERIT directive takes the following form:

!HPF$ INHERIT d-arg-list

d-arg-list
Is a list of one or more dummy arguments. The dummy argument must not also appear in an ALIGN directive.

Rules and Behavior

The INHERIT directive causes the named subprogram dummy arguments to inherit the template of their corresponding actual arguments.

The INHERIT directive can appear only in the specification part of a scoping unit.

An INHERIT directive can be combined with other directives as part of a combined directive.

For More Information:


Previous Page Next Page Table of Contents