Cartesius Library
|
Data Types | |
interface | link_mod::link |
Modules | |
module | link_mod |
Creates links for use polymorphic lists and adds procedures to manipulate them. | |
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... | |