CAM
ll_mod Module Reference

Data Types

type  node_t
 
type  root_t
 

Functions/Subroutines

subroutine, public llsetedgecount (value)
 
subroutine, public llgetedgecount (value)
 
subroutine, public printedgelist (EdgeList)
 
subroutine, public llfree (List)
 
subroutine, public llinsertedge (EdgeList, src, dest, eNum)
 
subroutine, public llfindedge (Edge, src, dest, id, found)
 
subroutine, public lladdedge (EdgeList, src, dest, id)
 

Variables

integer, public numedges
 

Function/Subroutine Documentation

◆ lladdedge()

subroutine, public ll_mod::lladdedge ( type (root_t), intent(inout)  EdgeList,
integer, intent(in)  src,
integer, intent(in)  dest,
integer, intent(out)  id 
)
Here is the caller graph for this function:

◆ llfindedge()

subroutine, public ll_mod::llfindedge ( type (root_t), intent(in)  Edge,
integer, intent(in)  src,
integer, intent(in)  dest,
integer, intent(out)  id,
logical, intent(out)  found 
)
Here is the caller graph for this function:

◆ llfree()

subroutine, public ll_mod::llfree ( type(root_t List)
Here is the caller graph for this function:

◆ llgetedgecount()

subroutine, public ll_mod::llgetedgecount ( integer, intent(out)  value)
Here is the caller graph for this function:

◆ llinsertedge()

subroutine, public ll_mod::llinsertedge ( type (root_t), intent(inout)  EdgeList,
integer, intent(in)  src,
integer, intent(in)  dest,
integer, intent(out)  eNum 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ llsetedgecount()

subroutine, public ll_mod::llsetedgecount ( integer, intent(in)  value)
Here is the caller graph for this function:

◆ printedgelist()

subroutine, public ll_mod::printedgelist ( type(root_t), dimension(:)  EdgeList)

Variable Documentation

◆ numedges

integer, public ll_mod::numedges