ObjFW  Diff

Differences From Artifact [98d8e166cb]:

To Artifact [67db213ab9]:


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

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

@interface OFMapTableEnumeratorWrapper: OFEnumerator
{
	OFMapTableEnumerator *_enumerator;
	id _object;
}

- initWithEnumerator: (OFMapTableEnumerator*)enumerator
	      object: (id)object;
@end







<
<
<
<
<
<
<
<
<
<
247
248
249
250
251
252
253











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