Methods

Table of Contents
afc_dictionary_clear -- Clears all stored data
afc_dictionary_del -- Deletes the current element
afc_dictionary_delete -- Disposes a valid dictionary instance.
afc_dictionary_del_item -- Deletes the item provieded
afc_dictionary_first -- Returns the first element in the Dictionary
afc_dictionary_get -- Retrieves the data of a specified key
afc_dictionary_get_key -- Returns the current key name
afc_dictionary_has_key -- Looks for a specified key in the Dictionary
afc_dictionary_new -- Initializes a new afc_dictionary instance.
afc_dictionary_obj -- Returns the current Dictionary item value
afc_dictionary_prev -- Returns the previous element in the Dictionary
afc_dictionary_set -- Sets a key in the dictionary
afc_dictionary_succ -- Returns the next element in the Dictionary