Main Page
Modules
Related Pages
S
earch for
Axl Hash Cursor: Iterator support for the Axl Hash
axl_hash_cursor_first
axl_hash_cursor_free
axl_hash_cursor_get_key
axl_hash_cursor_get_value
axl_hash_cursor_has_item
axl_hash_cursor_has_next
axl_hash_cursor_hash
axl_hash_cursor_last
axl_hash_cursor_new
axl_hash_cursor_next
axl_hash_cursor_remove
bool axl_hash_cursor_has_next
(
axlHashCursor
*
cursor
)
Allows to check if there are more elements next to the current element pointed by the cursor.
Parameters:
cursor
The cursor that is required to return if there are next items.
Returns:
true
if more items are found, otherwise
false
is returned.