18OF_ASSUME_NONNULL_BEGIN
29#if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
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;
49- (
OFListItem)insertObject: (ObjectType <OFComparing>)object;
50#if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
A class which provides easy to use double-linked lists.
Definition OFList.h:91
A class which provides easy to use sorted double-linked lists.
Definition OFSortedList.h:32