Main Page Modules Data Structures File List Data Fields Related Pages
DBusList Struct Reference
[Linked list]
A node in a linked list.
More...
|
Data Fields |
DBusList * | prev |
| Previous list node.
|
DBusList * | next |
| Next list node.
|
void * | data |
| Data stored at this element.
|
Detailed Description
A node in a linked list.
DBusList is a circular list; that is, the tail of the list points back to the head of the list. The empty list is represented by a NULL pointer.
Definition at line 35 of file dbus-list.h.
The documentation for this struct was generated from the following file:
Generated on Wed Oct 22 14:05:06 2003 for D-BUS by
1.3-rc3