![]() |
ucx
UAP Common Extensions
|
UCX list structure. More...
#include <list.h>
Data Fields | |
| void * | data |
| List element payload. | |
| UcxList * | next |
Pointer to the next list element or NULL, if this is the last element. | |
| UcxList * | prev |
Pointer to the previous list element or NULL, if this is the first element. | |
UCX list structure.
1.8.13