bool axl_hash_cursor_has_item ( axlHashCursor cursor  ) 

Allows to know if the current position has items.

Parameters:
cursor The cursor pointing to a particular element inside the hash (or not).
Returns:
true if the hash that is iterated can return data at the current position, otherwise false is returned.