18 OF_ASSUME_NONNULL_BEGIN
29 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN) 30 # define ObjectType id 36 - (
OFListItem)appendObject: (ObjectType)object OF_UNAVAILABLE;
37 - (
OFListItem)prependObject: (ObjectType)object OF_UNAVAILABLE;
39 beforeListItem: (
OFListItem)listItem OF_UNAVAILABLE;
41 afterListItem: (
OFListItem)listItem OF_UNAVAILABLE;
50 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN) A protocol for comparing objects.
Definition: OFObject.h:1384
A class which provides easy to use sorted double-linked lists.
Definition: OFSortedList.h:28
A class which provides easy to use double-linked lists.
Definition: OFList.h:83