Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals

_cp_list_entry Struct Reference

#include <linked_list.h>


Data Fields

void * item
_cp_list_entrynext
_cp_list_entryprev


Detailed Description

Internal object that references the content and links to the neighbour entries.

Definition at line 23 of file linked_list.h.


Field Documentation

void* _cp_list_entry::item
 

stored element (content)

Definition at line 25 of file linked_list.h.

Referenced by cp_list_append(), cp_list_get_head(), cp_list_get_tail(), cp_list_insert(), cp_list_insert_after(), cp_list_insert_before(), cp_list_iterator_append(), cp_list_iterator_insert(), cp_list_remove_head(), cp_list_remove_tail(), and cp_list_search().

struct _cp_list_entry* _cp_list_entry::next
 

link to next entry

Definition at line 26 of file linked_list.h.

Referenced by cp_list_insert_after(), cp_list_insert_before(), cp_list_iterator_append(), cp_list_iterator_insert(), cp_list_iterator_remove(), and cp_list_remove().

struct _cp_list_entry* _cp_list_entry::prev
 

link to previous entry

Definition at line 27 of file linked_list.h.

Referenced by cp_list_insert_after(), cp_list_insert_before(), cp_list_iterator_append(), cp_list_iterator_insert(), and cp_list_iterator_remove().


The documentation for this struct was generated from the following file:
Generated on Sat Dec 1 10:25:30 2007 for cprops by  doxygen 1.3.9.1