Linked list struct definition, typedef'd.
More...
#include <tou.h>
|
|
struct tou_llist * | prev |
| | previous element
|
| |
|
struct tou_llist * | next |
| | next element
|
| |
|
void * | dat1 |
| | useful data
|
| |
|
void * | dat2 |
| | useful data
|
| |
|
char | destroy_dat1 |
| | automatically deallocate this data ?
|
| |
|
char | destroy_dat2 |
| | automatically deallocate this data ?
|
| |
Linked list struct definition, typedef'd.
The documentation for this struct was generated from the following file: