Difference between revisions of "r7.1.0:Macro LFDS710 LIST ASO GET KEY FROM ELEMENT"

From liblfds.org
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 08:21, 8 May 2016

Source File

└───liblfds710
    └───inc
        └───liblfds710
                lfds710_list_addonly_singlylinked_ordered.h

Opaque Structures

struct lfds710_list_aso_element;

Macro

#define LFDS710_LIST_ASO_GET_KEY_FROM_ELEMENT( list_aso_element )

Parameters

list_aso_element

A struct lfds710_list_aso_element. Not a pointer to it - the struct itself.

Return Value

Returns a void pointer, the key from the element.

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