struct List

List structure used in all the library.

[more]int n
Integer, which is not always used.
[more]void* ptr
Pointer which can be used as you want
[more]List* next
Next node, NULL if nothing


Documentation

List structure used in all the library.
oint n
Integer, which is not always used. Usually, if ptr is a table, it contains the number of elements in this table

ovoid* ptr
Pointer which can be used as you want

oList* next
Next node, NULL if nothing

Author:
Ronan Collobert (collober@iro.umontreal.ca)

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.