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.