_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.

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_iterator_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_iterator_remove().


The documentation for this struct was generated from the following file:
Generated on Mon Dec 5 23:00:23 2011 for cprops by  doxygen 1.4.7