**** declarations for c_list type with unlimited polymorphism More...
Public Member Functions | |
type(c_nod) function | c_nod_constructor (item) |
Public Attributes | |
type(c_nod), pointer | next => null() |
class(*), allocatable | item |
**** declarations for c_list type with unlimited polymorphism
type(c_nod) function c_bpack_linkedlist::c_nod::c_nod_constructor | ( | class(*), intent(in), optional | item | ) |
class(*), allocatable c_bpack_linkedlist::c_nod::item |
type(c_nod), pointer c_bpack_linkedlist::c_nod::next => null() |