HP Fortran Programmer's Reference (September 2007)

HP Fortran statements
POINTER (statement and attribute)
Chapter 10428
POINTER (statement and attribute)
Specifies variables with the POINTER attribute.
Syntax
The syntax of a type declaration statement with the POINTER attribute is:
type
,
attrib-list
::
dummy-argument-name-list
type
is a valid type specification (INTEGER, REAL, LOGICAL, CHARACTER, TYPE (
name
), etc.).
attrib-list
is a comma-separated list of attributes including POINTER and optionally
those attributes compatible with it, namely:
dummy-argument-name-list
is a comma-separated list of
dummy-argument-names
.
The syntax of the POINTER statement is:
POINTER [::]
object-name
[(
deferred-shape-spec-list
)]
[,
object-name
[(
deferred-shape-spec-list
)]]...
object-name
is a data object or function result.
deferred-shape-spec-list
is a comma-separated list of colons.
Table 10-44
DIMENSION PRIVATE SAVE
OPTIONAL PUBLIC