Define one Node for the ListComplexe
.
More...
Public Attributes | |
type(one_complexe), pointer | p_data |
pointer to instance of mod_onecomplexe More... | |
integer | state |
information about the state of the node: intern, first or last More... | |
type(nodecomplexe), pointer | p_next |
pointer to the next node More... | |
type(nodecomplexe), pointer | p_previous |
pointer to the previous node More... | |
Define one Node for the ListComplexe
.
type ( one_complexe ), pointer mod_record::nodecomplexe::p_data |
pointer to instance of mod_onecomplexe
type ( nodecomplexe ), pointer mod_record::nodecomplexe::p_next |
pointer to the next node
type ( nodecomplexe ), pointer mod_record::nodecomplexe::p_previous |
pointer to the previous node
integer mod_record::nodecomplexe::state |
information about the state of the node: intern, first or last