libsim
Versione7.2.3
|
Base type to manage links for lists. Continua...
Membri privati | |
procedure | getvalue |
return value pointer Continua... | |
procedure | nextlink |
return next pointer Continua... | |
procedure | prevlink |
return next pointer Continua... | |
procedure | setnextlink |
set next pointer Continua... | |
procedure | setprevlink |
set next pointer Continua... | |
Attributi privati | |
class(*), pointer | value => null() |
value stored in link Continua... | |
type(link), pointer | next => null() |
next link in list Continua... | |
type(link), pointer | prev => null() |
next link in list Continua... | |
Base type to manage links for lists.
User-defined constructors => list_link::constructor.
Definizione alla linea 64 del file list_link.F03.