type_list_populator Derived Type

type, public, abstract :: type_list_populator


Inherited by

type~~type_list_populator~~InheritedByGraph type~type_list_populator type_list_populator type~type_list~2 type_list type~type_list~2->type~type_list_populator populator

Contents


Type-Bound Procedures

procedure, public :: set_length => list_populator_set_length

procedure(list_populator_create), public, deferred :: create

  • recursive subroutine list_populator_create(self, index, item) Prototype

    Arguments

    Type IntentOptional AttributesName
    class(type_list_populator), intent(inout) :: self
    integer, intent(in) :: index
    type(type_list_item), intent(inout) :: item