|
ze-filter
(ze-filter-0.8.0-develop-180218)
|
#include <zeLinkedList.h>
Public Attributes | |
| LISTR_T * | prev |
| LISTR_T * | next |
| char * | key |
| void * | data |
| size_t | size |
| int | count |
Definition at line 34 of file zeLinkedList.h.
| int LISTR_T::count |
Definition at line 41 of file zeLinkedList.h.
| void* LISTR_T::data |
Definition at line 39 of file zeLinkedList.h.
| char* LISTR_T::key |
Definition at line 38 of file zeLinkedList.h.
| LISTR_T* LISTR_T::next |
Definition at line 37 of file zeLinkedList.h.
| LISTR_T* LISTR_T::prev |
Definition at line 36 of file zeLinkedList.h.
| size_t LISTR_T::size |
Definition at line 40 of file zeLinkedList.h.