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
void axl_hash_cursor_next
(
axlHashCursor
*
cursor
)
Allows to configure the cursor to point to the next item of the hash (if there are any).
Parameters:
cursor
The cursor that is required to be configured to point to the next item.