19 OF_ASSUME_NONNULL_BEGIN
42 #ifdef OF_HAVE_GENERICS
46 # define ObjectType id
55 - (size_t)countForObject: (ObjectType)object;
63 - (void)enumerateObjectsAndCountUsingBlock:
64 (of_counted_set_enumeration_block_t)block;
67 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
An abstract class for a mutable unordered set of unique objects.
Definition: OFMutableSet.h:32
An abstract class for a mutable unordered set of objects, counting how often it contains an object...
Definition: OFCountedSet.h:48
void(^ of_counted_set_enumeration_block_t)(id object, size_t count, bool *stop)
A block for enumerating an OFCountedSet.
Definition: OFCountedSet.h:32