18 OF_ASSUME_NONNULL_BEGIN
46 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
47 # define ObjectType id
54 - (size_t)countForObject: (ObjectType)object;
64 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
void(^ OFCountedSetEnumerationBlock)(id object, size_t count, bool *stop)
A block for enumerating an OFCountedSet.
Definition: OFCountedSet.h:31
An abstract class for a mutable unordered set of objects, counting how often it contains an object.
Definition: OFCountedSet.h:46
An abstract class for a mutable unordered set of unique objects.
Definition: OFMutableSet.h:29