List structure used in all the library.
-
int n
- Integer, which is not always used.
-
void* ptr
- Pointer which can be used as you want
-
List* next
- Next node, NULL if nothing
Documentation
List structure used in all the library.
int n
- Integer, which is not always used.
Usually, if ptr is a table, it contains
the number of elements in this table
void* ptr
- Pointer which can be used as you want
List* 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++.