Main Page
Modules
Related Pages
S
earch for
Axl Stack: A stack built used across AXL library
axl_stack_foreach
axl_stack_foreach3
axl_stack_free
axl_stack_is_empty
axl_stack_new
axl_stack_peek
axl_stack_pop
axl_stack_push
axl_stack_size
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.