|
libsim
Versione7.1.6
|
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 | |
| character(len=listcharmaxlen) | value = "" |
| 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 46 del file list_linkchar.F03.