Main Page
Modules
Related Pages
S
earch for
Axl List: A configurable double-linked list used across the library.
axl_list_add
axl_list_add_at
axl_list_always_return_1
axl_list_append
axl_list_copy
axl_list_equal_int
axl_list_equal_string
axl_list_exists
axl_list_exists_at
axl_list_find_string
axl_list_free
axl_list_get_first
axl_list_get_last
axl_list_get_nth
axl_list_is_empty
axl_list_length
axl_list_lookup
axl_list_new
axl_list_prepend
axl_list_remove
axl_list_remove_first
axl_list_remove_last
axl_list_unlink
axl_list_unlink_first
axl_list_unlink_last
bool axl_list_is_empty
(
axlList
*
list
)
Allows to check if the provided list is empty (no element stored).
Parameters:
list
The list to check for emptyness.
Returns:
true if the list is empty, false if not. The function return false in the case a null reference is provided.