FortranGIS  Version2.5
Public Member Functions | List of all members
delete Interface Reference

Destructor for finalizing an array object. More...

Public Member Functions

subroutine arrayof_readosm_node_f_delete (this, nodealloc)
 Destructor for finalizing an array object. More...
 
subroutine arrayof_readosm_way_f_delete (this, nodealloc)
 Destructor for finalizing an array object. More...
 
subroutine arrayof_readosm_relation_f_delete (this, nodealloc)
 Destructor for finalizing an array object. More...
 

Detailed Description

Destructor for finalizing an array object.

If defined, calls the destructor for every element of the array object; finally it deallocates all the space occupied.

Definition at line 279 of file readosm.F90.