DBusList Struct Reference
[Linked list]

A node in a linked list. More...


Data Fields

DBusListprev
 Previous list node.
DBusListnext
 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 34 of file dbus-list.h.


Field Documentation

DBusList* DBusList::prev

Previous list node.

Definition at line 36 of file dbus-list.h.

Referenced by _dbus_list_unlink().

DBusList* DBusList::next

Next list node.

Definition at line 37 of file dbus-list.h.

Referenced by _dbus_list_append_link(), and _dbus_list_unlink().

void* DBusList::data

Data stored at this element.

Definition at line 38 of file dbus-list.h.

Referenced by _dbus_connection_message_sent(), _dbus_connection_queue_received_message_link(), _dbus_connection_queue_synthesized_message_link(), _dbus_list_copy(), _dbus_list_find_last(), _dbus_list_foreach(), _dbus_list_pop_first(), _dbus_list_pop_last(), _dbus_list_remove(), _dbus_message_add_size_counter_link(), _dbus_message_loader_peek_message(), _dbus_object_tree_dispatch_and_unlock(), _dbus_pending_call_set_reply_unlocked(), _dbus_timeout_list_set_functions(), _dbus_transport_queue_messages(), _dbus_watch_list_set_functions(), dbus_address_entry_get_value(), dbus_connection_dispatch(), dbus_connection_free_preallocated_send(), dbus_connection_remove_filter(), and dbus_parse_address().


The documentation for this struct was generated from the following file:
Generated on Sun May 18 18:25:26 2008 for D-Bus by  doxygen 1.5.2