macro LFDS700_LIST_AOS_GET_NEXT
Jump to navigation
Jump to search
Source File
└───liblfds700 └───inc └───liblfds700 lfds700_list_addonly_ordered_singlylinked.h
Opaque Structures
struct lfds700_list_aos_element;
Macro
#define LFDS700_LIST_AOS_GET_NEXT( list_aos_element )
Parameters
list_aos_element
- A struct lfds700_list_aos_element which is present in a list. Not a pointer to it - the struct itself.
Return Value
Returns a struct lfds700_list_aos_element *, a pointer to the element after list_aos_element. NULL if list_aos_element is the final element in the list.
Notes
As with all liblfds macros, the macro operates on the structure itself, not a pointer to it.
Example
Coming soon. No, really! (Written 29th Dec 2015).