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
axlHash
* axl_hash_cursor_hash
(
axlHashCursor
*
cursor
)
Allows to get the reference to the hash that is associated to the cursor received.
Parameters:
cursor
The cursor that is required to return the hash associated.
Returns:
A reference to the hash being iterated or NULL if fails.