TUM-Logo

libRASCH

 

Home
 

General

About libRASCH/News
Design
Screen shots
Sample programs (with source code)
License
 

Download

libRASCH
Tools
 

Documentation

User
Developer
 

Resources

Mailing list
Supported Formats
Plugins
Status
Links
 
Contact
About this site
 
Last updated
Tue Mar 27 23:03:54 2007
libRASCH: linked_list Struct Reference

linked_list Struct Reference

the elements of a structure needed for a linked-list More...

Collaboration diagram for linked_list:

Collaboration graph
[legend]

Data Fields

unsigned short not_used
linked_listnext
linked_listprev

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

struct linked_list* linked_list::next
 

Definition at line 54 of file ra_linked_list.h.

Referenced by ra_list_add(), ra_list_del(), and ra_list_insert().

unsigned short linked_list::not_used
 

Definition at line 51 of file ra_linked_list.h.

struct linked_list* linked_list::prev
 

Definition at line 55 of file ra_linked_list.h.

Referenced by ra_list_add(), ra_list_del(), and ra_list_insert().


The documentation for this struct was generated from the following file:
Generated on Fri May 27 11:33:59 2005 for libRASCH by  doxygen 1.4.2