|
ObjFW
|
Go to the source code of this file.
Classes | |
| class | OFSet |
| An abstract class for an unordered set of unique objects. More... | |
Typedefs | |
| typedef void(^) | OFSetEnumerationBlock(id object, bool *stop) |
| A block for enumerating an OFSet. | |
| typedef bool(^) | OFSetFilterBlock(id object) |
| A block for filtering an OFSet. | |
| typedef void(^) OFSetEnumerationBlock(id object, bool *stop) |
A block for enumerating an OFSet.
| object | The current object |
| stop | A pointer to a variable that can be set to true to stop the enumeration |
| typedef bool(^) OFSetFilterBlock(id object) |
A block for filtering an OFSet.
| object | The object to inspect |