Project

General

Profile

vector_ref Interface

private interface vector_ref

Calls

interface~~vector_ref~~CallsGraph interface~vector_ref vector_ref proc~new_empty~2 new_empty interface~vector_ref->proc~new_empty~2 proc~new_from_array~2 new_from_array interface~vector_ref->proc~new_from_array~2

Module Procedures

private function new_empty(verbose, initial_size) result(this)

Arguments

Type IntentOptional AttributesName
logical, intent(in), optional :: verbose
integer, intent(in), optional :: initial_size

Return Value type(vector_ref)

private function new_from_array(items, verbose, initial_size) result(this)

Arguments

Type IntentOptional AttributesName
class(*), intent(in), target:: items(:)
logical, intent(in), optional :: verbose
integer, intent(in), optional :: initial_size

Return Value type(vector_ref)

Description

Create a vector from a pre-existing array


© 2016
self was developed by
Documentation generated by FORD