diff -r 7dfa5bcf39ee -r 88a9ee79c102 docs/api-2.1/structUcxList.html --- a/docs/api-2.1/structUcxList.html Wed Jan 22 21:02:46 2025 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,103 +0,0 @@ - - -
- - - - -- |
- 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.
-