libsim
Versione6.3.0
|
class to manage links for lists in fortran 2003. Continua...
Tipi di dato | |
interface | link |
Base type to manage links for lists. Continua... | |
Funzioni/Subroutine | |
type(link) function, pointer | constructor (value) |
Constructor. Continua... | |
class to manage links for lists in fortran 2003.
Linked data structure is a data structure which consists of a set of data records (nodes) linked together and organized by references. This module is used by other lists modules.