entry_s Struct Reference
[linked list]

#include <axis2_linked_list.h>

List of all members.

Public Attributes

void * data
entry_snext
entry_sprevious


Detailed Description

Struct to represent an entry in the list. Holds a single element.


Member Data Documentation

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.


The documentation for this struct was generated from the following file:
Generated on Thu Aug 31 17:32:41 2006 for Axis2/C by  doxygen 1.4.6