DEROD(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DEROD − Read private data of an object of a user-defined class (Fortran only)
SYNOPSIS
Fortran:
DEROD(OBJECT, TODATA, SIZE)
INTEGER∗4 OBJECT
REAL∗8 TODATA(∗)
INTEGER∗4 SIZE
DESCRIPTION
DEROD is used by the method routines of a Fortran user-defined primitive to get the private data of the object with which the method is called. It copies SIZE bytes from the private data of the object OBJECT to TODATA
Note that the type of TODATA is not important since DEROD only uses the address of it as a starting point for the copy. Typically, TODATA will be an array containing variables of different types (via an EQUIVALENCE statement).
SEE ALSO
DeCreateObject(3D), DEWOD(3D), DEDOD(3D)
September 29, 2021