ObjFW  Diff

Differences From Artifact [05d58f021f]:

To Artifact [bebf66139d]:


109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
109
110
111
112
113
114
115


116
117
118
119
120
121
122
123







-
-








 */
- (nullable ObjectType)nextObject;

/**
 * @brief Returns an array of all remaining objects in the collection.
 *
 * @return An array of all remaining objects in the collection.
 * @throw OFEnumerationMutationException The object was mutated during
 *					 enumeration
 */
- (OFArray OF_GENERIC(ObjectType) *)allObjects;
#if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
# undef ObjectType
#endif
@end

OF_ASSUME_NONNULL_END