Define one Node for the ListComplexe
.
More...
Public Attributes | |
| type(one_complexe), pointer | p_data |
| pointer to instance of mod_onecomplexe | |
| integer | state |
| information about the state of the node: intern, first or last | |
| type(nodecomplexe), pointer | p_next |
| pointer to the next node | |
| type(nodecomplexe), pointer | p_previous |
| pointer to the previous node | |
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
1.9.8
Imprint/Privacy