qt_dictionary_end - Man Page

create an iterator pointing to the end of the dictionary

Synopsis

#include <qthread/dictionary.h>

qt_dictionary_iterator *
qt_dictionary_end (qt_dictionary *dict);

Description

This function creates a new iterator on the dictionary dict, pointing to the item past the end of the list (which is NULL).

Return Values

Returns an initialized qt_dictionary_iterator object, or NULL if there was some kind of error.

See Also

qt_dictionary_create(3), qt_dictionary_delete(3), qt_dictionary_destroy(3), qt_dictionary_get(3), qt_dictionary_iterator_copy(3), qt_dictionary_iterator_create(3), qt_dictionary_iterator_destroy(3), qt_dictionary_iterator_equals(3), qt_dictionary_iterator_get(3), qt_dictionary_iterator_next(3), qt_dictionary_put(3), qt_dictionary_put_if_absent(3)

Referenced By

qt_dictionary_create(3), qt_dictionary_delete(3), qt_dictionary_destroy(3), qt_dictionary_get(3), qt_dictionary_iterator_copy(3), qt_dictionary_iterator_create(3), qt_dictionary_iterator_destroy(3), qt_dictionary_iterator_equals(3), qt_dictionary_iterator_get(3), qt_dictionary_iterator_next(3), qt_dictionary_put(3), qt_dictionary_put_if_absent(3).

AUGUST 2012 libqthread