**** declarations for s_list type with unlimited polymorphism More...
Public Member Functions | |
type(s_nod) function | s_nod_constructor (item) |
Public Attributes | |
type(s_nod), pointer | next => null() |
class(*), allocatable | item |
**** declarations for s_list type with unlimited polymorphism
type(s_nod) function s_bpack_linkedlist::s_nod::s_nod_constructor | ( | class(*), intent(in), optional | item | ) |
class(*), allocatable s_bpack_linkedlist::s_nod::item |
type(s_nod), pointer s_bpack_linkedlist::s_nod::next => null() |