ROHC compression/decompression library
|
Define a list for compression. More...
#include <comp_list.h>
Data Fields | |
int | gen_id |
generation identifier | |
struct list_elt * | first_elt |
first element of the list |
Define a list for compression.
struct list_elt* c_list::first_elt |
first element of the list
Referenced by c_init_header_info(), list_add_at_beginning(), list_add_at_end(), list_add_at_index(), list_create(), list_destroy(), list_empty(), list_get_elt_by_index(), list_get_index_by_elt(), list_get_size(), list_remove(), and list_type_is_present().
int c_list::gen_id |
generation identifier
Referenced by c_init_header_info(), and list_create().