ObjFW  Diff

Differences From Artifact [9ffd8ae151]:

To Artifact [d688a725dd]:


247
248
249
250
251
252
253
254

255
256
257
258
259
260
261
262
263
247
248
249
250
251
252
253

254
255
256
257
258
259
260
261
262
263







-
+









- init OF_UNAVAILABLE;

/*!
 * @brief Returns the next object.
 *
 * @return The next object
 */
- (void *)nextObject;
- (nullable void *)nextObject;

/*!
 * @brief Resets the enumerator, so the next call to @ref nextKey returns the
 *	  first key again.
 */
- (void)reset;
@end

OF_ASSUME_NONNULL_END