ze-filter  (ze-filter-0.8.0-develop-180218)

#include <zeLinkedList.h>

Public Attributes

LISTR_Tprev
 
LISTR_Tnext
 
char * key
 
void * data
 
size_t size
 
int count
 

Detailed Description

Definition at line 34 of file zeLinkedList.h.

Member Data Documentation

◆ count

int LISTR_T::count

Definition at line 41 of file zeLinkedList.h.

◆ data

void* LISTR_T::data

Definition at line 39 of file zeLinkedList.h.

◆ key

char* LISTR_T::key

Definition at line 38 of file zeLinkedList.h.

◆ next

LISTR_T* LISTR_T::next

Definition at line 37 of file zeLinkedList.h.

◆ prev

LISTR_T* LISTR_T::prev

Definition at line 36 of file zeLinkedList.h.

◆ size

size_t LISTR_T::size

Definition at line 40 of file zeLinkedList.h.


The documentation for this struct was generated from the following file: