Methods

Table of Contents
afc_nodemaster_add -- Add an item to the list
afc_nodemaster_addr -- Returns the list address
afc_nodemaster_change -- Changes the data in the current item
afc_nodemaster_change_numerical_pos -- Changes the current ordinal item position
afc_nodemaster_changepos -- Changes the current node position to another
afc_nodemaster_clear -- Clears all NodeMaster list elements
afc_nodemaster_clear_stack -- Clears the stack
afc_nodemaster_clone -- Clones a NodeMaster list
afc_nodemaster_create_array -- Creates an array rappresentation of the list
afc_nodemaster_del -- Deletes the current item from list
afc_nodemaster_delete -- Dispose a NodeMaster object
afc_nodemaster_first -- Move to the first element
afc_nodemaster_free_array -- Frees the array rappresentation of the List
afc_nodemaster_get -- Get the current element
afc_nodemaster_insert -- Inserts a new item in the current list position
afc_nodemaster_is_empty -- Checks for empty list
afc_nodemaster_is_first -- Checks if the current item is actually the first one
afc_nodemaster_is_last -- Checks if the current item is actually the last one
afc_nodemaster_item -- Moves to the desired item
afc_nodemaster_last -- Moves to the last item in list
afc_nodemaster_new -- Initializes a new NodeMaster object.
afc_nodemaster_numerical_pos -- Returns the current ordinal item position
afc_nodemaster_num_items -- Returns the number of items in list
afc_nodemaster_obj -- Gets the current item
afc_nodemaster_pop -- Pops an item from the stack
afc_nodemaster_prev -- Moves to the previous item in list
afc_nodemaster_push -- Pushes an item on the stack
afc_nodemaster_sort -- Sorts the item in the NodeMaster
afc_nodemaster_succ -- Moves to the next item in list