| ROHC compression/decompression library
   
    | 
Define a generic element in a compression list. More...
#include <comp_list.h>

| Data Fields | |
| struct rohc_list_item * | item | 
| element | |
| int | index_table | 
| index | |
| struct list_elt * | next_elt | 
| next element of the list | |
| struct list_elt * | prev_elt | 
| previous element | |
Define a generic element in a compression list.
index
Referenced by list_add_at_beginning(), list_add_at_end(), and list_add_at_index().
| struct rohc_list_item* list_elt::item | 
element
Referenced by list_add_at_beginning(), list_add_at_end(), list_add_at_index(), list_get_index_by_elt(), list_remove(), and list_type_is_present().
| struct list_elt* list_elt::next_elt | 
next element of the list
Referenced by list_add_at_beginning(), list_add_at_end(), list_add_at_index(), list_destroy(), list_empty(), list_get_elt_by_index(), list_get_index_by_elt(), list_get_size(), list_remove(), and list_type_is_present().
| struct list_elt* list_elt::prev_elt | 
previous element
Referenced by list_add_at_beginning(), list_add_at_end(), list_add_at_index(), list_empty(), and list_remove().
 1.7.6.1
 1.7.6.1