DEDOD(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DEDOD − Deallocate space used by the private data of an object of a user-defined class (Fortran only)
SYNOPSIS
Fortran:
DEDOD(OBJECT)
INTEGER∗4 OBJECT
DESCRIPTION
DEDOD deallocates the space used by the private data of the object OBJECT. DEDOD is used by the destroy method of a Fortran user-defined primitive to delete the private data of the object with which it is called.
SEE ALSO
DeCreateObject(3D), DEROD(3D), DEWOD(3D)
September 29, 2021