FortranGIS  Version2.5
integer function arrayof_readosm_way_f_append ( type(arrayof_readosm_way_f this,
type(readosm_way_f), intent(in)  content 
)

Quick method to append an element to the array.

The return value is the position at which the element has been appended.

Parameters
thisarray object to extend
[in]contentobject of TYPE TYPE(readosm_way_f) to append

Definition at line 966 of file readosm.F90.