22 OF_ASSUME_NONNULL_BEGIN
33 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN) 34 # define ObjectType id 40 - (
OFListItem)appendObject: (ObjectType)object OF_UNAVAILABLE;
41 - (
OFListItem)prependObject: (ObjectType)object OF_UNAVAILABLE;
43 beforeListItem: (
OFListItem)listItem OF_UNAVAILABLE;
45 afterListItem: (
OFListItem)listItem OF_UNAVAILABLE;
54 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN) A protocol for comparing objects.
Definition: OFObject.h:1388
A class which provides easy to use sorted double-linked lists.
Definition: OFSortedList.h:32
A class which provides easy to use double-linked lists.
Definition: OFList.h:87