18 OF_ASSUME_NONNULL_BEGIN
46 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
47 # define ObjectType id
54 - (size_t)countForObject: (ObjectType)object;
62 - (void)enumerateObjectsAndCountUsingBlock:
65 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
void(^ of_counted_set_enumeration_block_t)(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