dMISC_linkedlist.f90 File Reference

Data Types

interface  d_bpack_linkedlist::d_nod
 **** declarations for d_list type with unlimited polymorphism More...
 
interface  d_bpack_linkedlist::d_list
 
interface  d_bpack_linkedlist::d_list
 
interface  d_bpack_linkedlist::d_nod
 **** declarations for d_list type with unlimited polymorphism More...
 
interface  d_bpack_linkedlist::append
 
interface  d_bpack_linkedlist::get_nod
 
interface  d_bpack_linkedlist::assignment(=)
 
interface  d_bpack_linkedlist::d_nod_score
 

Modules

module  d_bpack_linkedlist
 

Functions/Subroutines

subroutine d_bpack_linkedlist::d_list_append_item (this, item)
 
subroutine d_bpack_linkedlist::d_list_remove_headitem (this)
 
type(d_list) function d_bpack_linkedlist::d_list_constructor ()
 
subroutine d_bpack_linkedlist::d_list_finalizer (this)
 
subroutine d_bpack_linkedlist::d_list_get_nod (this, inod, nVal, stat, errmsg)
 
subroutine d_bpack_linkedlist::d_list_print_scores (this, FuncScore)
 
integer function d_bpack_linkedlist::d_list_length (self)
 
subroutine d_bpack_linkedlist::d_nod_assign_nod_to_nod (LHS, RHS)
 
type(d_nod) function d_bpack_linkedlist::d_nod_constructor (item)
 
subroutine d_bpack_linkedlist::d_nod_finalizer (this)
 
real(kind=8) function d_bpack_linkedlist::d_nod_score_integer (this)
 
real(kind=8) function d_bpack_linkedlist::d_nod_score_dble (this)
 
recursive subroutine d_bpack_linkedlist::d_mergesort (headRef, FuncScore)
 
recursive subroutine d_bpack_linkedlist::d_sortedmerge (a, b, result, FuncScore)
 
subroutine d_bpack_linkedlist::d_frontbacksplit (source, frontRef, backRef)
 
subroutine d_bpack_linkedlist::d_mergesortunique (this, FuncScore)