c_bpack_linkedlist::c_nod Interface Reference

**** declarations for c_list type with unlimited polymorphism More...

Collaboration diagram for c_bpack_linkedlist::c_nod:

Public Member Functions

type(c_nod) function c_nod_constructor (item)
 

Public Attributes

type(c_nod), pointer next => null()
 
class(*), allocatable item
 

Detailed Description

**** declarations for c_list type with unlimited polymorphism

Member Function/Subroutine Documentation

◆ c_nod_constructor()

type(c_nod) function c_bpack_linkedlist::c_nod::c_nod_constructor ( class(*), intent(in), optional  item)

Member Data Documentation

◆ item

class(*), allocatable c_bpack_linkedlist::c_nod::item

◆ next

type(c_nod), pointer c_bpack_linkedlist::c_nod::next => null()

The documentation for this interface was generated from the following file: