libsim  Versione7.1.6
Tipi di dato | Membri privati | Elenco di tutti i membri
Riferimenti per il modulolist_link

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...
 

Descrizione dettagliata

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.


Generated with Doxygen.