|
|
libRASCH: linked_list Struct Reference
linked_list Struct Referencethe elements of a structure needed for a linked-list
More...
Collaboration diagram for linked_list:
[legend]
Detailed Description
- Parameters:
-
| <not_used> | not used |
| <next> | pointer to the next element |
| <prev> | pointer to the previous element |
If a structure wants to be a libRASCH-handled linked-list, the first elements of the structure must contains the members of this structure.
Definition at line 49 of file ra_linked_list.h.
Field Documentation
The documentation for this struct was generated from the following file:
Generated on Fri May 27 11:33:59 2005 for libRASCH by
1.4.2
|