macro LFDS711_LIST_ASO_GET_NEXT

From liblfds.org
Jump to navigation Jump to search

Source File

└───liblfds711
    └───inc
        └───liblfds711
                lfds711_list_addonly_singlylinked_ordered.h

Opaque Structures

struct lfds711_list_aso_element;

Macro

#define LFDS711_LIST_ASO_GET_NEXT( list_aso_element )

Parameters

list_aso_element

A struct lfds711_list_aso_element which is present in a list. Not a pointer to it - the struct itself.

Return Value

Returns a struct lfds711_list_aso_element *, a pointer to the element after list_aso_element. NULL if list_aso_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).

See Also