extend Subroutine
private subroutine extend(this)
Arguments
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(vector_ref), | intent(inout) | :: | this |
Variables
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(vector_item), | public, | allocatable | :: | items(:) | |||
| integer, | public | :: | new_maximum_size |