Type Definition gnunet_sys::GNUNET_CONTAINER_ShortmapIterator[][src]

type GNUNET_CONTAINER_ShortmapIterator = Option<unsafe extern "C" fn(cls: *mut c_void, key: *const GNUNET_ShortHashCode, value: *mut c_void) -> c_int>;

@ingroup hashmap Iterator over hash map entries.

@param cls closure @param key current public key @param value value in the hash map @return #GNUNET_YES if we should continue to iterate, #GNUNET_NO if not.