#include <axis2_linked_list.h>
Public Attributes | |
void * | data |
entry_s * | next |
entry_s * | previous |
void* entry_s::data |
The element in the list.
struct entry_s* entry_s::next |
The next list entry, null if this is last.
struct entry_s* entry_s::previous |
The previous list entry, null if this is first.