bool axl_stack_is_empty ( axlStack stack  ) 

Allows to check if the given stack is empty.

Parameters:
stack The stack to check.
Returns:
true if the stack is empty or false if not.