buds  0.1
FORTRAN reference counted types
Private Member Functions | List of all members

Add a new node to the end of the linked list. More...

Collaboration diagram for add_node:
Collaboration graph

Private Member Functions

subroutine add_node_ (this)
 
subroutine add_node_data_ (this, D)
 

Detailed Description

Add a new node to the end of the linked list.

Possibly assign data to the new node.

One cannot add elements in the middle of the stack.

A doubly linked list may create circular lists which is a valid linked list. Adding a node on a circular list will add the node right before the head.


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