22 OF_ASSUME_NONNULL_BEGIN
50 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN) 51 # define ObjectType id 58 - (size_t)countForObject: (ObjectType)object;
68 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN) An abstract class for a mutable unordered set of unique objects.
Definition: OFMutableSet.h:32
void(^ OFCountedSetEnumerationBlock)(id object, size_t count, bool *stop)
A block for enumerating an OFCountedSet.
Definition: OFCountedSet.h:35
An abstract class for a mutable unordered set of objects, counting how often it contains an object...
Definition: OFCountedSet.h:48