**** declarations for z_list type with unlimited polymorphism More...
Public Member Functions | |
type(z_nod) function | z_nod_constructor (item) |
Public Attributes | |
type(z_nod), pointer | next => null() |
class(*), allocatable | item |
**** declarations for z_list type with unlimited polymorphism
type(z_nod) function z_bpack_linkedlist::z_nod::z_nod_constructor | ( | class(*), intent(in), optional | item | ) |
class(*), allocatable z_bpack_linkedlist::z_nod::item |
type(z_nod), pointer z_bpack_linkedlist::z_nod::next => null() |