Cartesius Library
link_mod.f90 File Reference

Data Types

interface  link_mod::link
 

Modules

 

Functions/Subroutines

class(link) function, pointer link_mod::nextlink (this)
 Returns a pointer to the next link. More...
 
subroutine link_mod::setnextlink (this, next)
 Sets a pointer to the next link. More...
 
class(*) function, pointer link_mod::getvalue (this)
 Returns a pointer to the value stored in the link. More...
 
class(link) function, pointer link_mod::constructor (value, next, pDeallocator)
 Creates a new link and sets pointers to next link and to value. More...
 
subroutine link_mod::deallocate_link (pLink)
 Deallocates the link and its value. More...