Main Page
Modules
Related Pages
S
earch for
Axl List Cursor: Iterator support for the Axl List
axl_list_cursor_first
axl_list_cursor_free
axl_list_cursor_get
axl_list_cursor_has_item
axl_list_cursor_has_next
axl_list_cursor_has_previous
axl_list_cursor_last
axl_list_cursor_list
axl_list_cursor_new
axl_list_cursor_next
axl_list_cursor_previous
axl_list_cursor_remove
axl_list_cursor_unlink
bool axl_list_cursor_has_previous
(
axlListCursor
*
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.