|
libsim
Versione7.1.6
|
class to manage links for lists in fortran 2003. Continua...
Tipi di dato | |
| interface | link |
| Base type to manage links for lists. Continua... | |
Membri privati | |
| 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.
Definizione alla linea 40 del file list_link.F03.