22OF_ASSUME_NONNULL_BEGIN
33#if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
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;
53- (
OFListItem)insertObject: (ObjectType <OFComparing>)object;
54#if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
A class which provides easy to use double-linked lists.
Definition OFList.h:95
A class which provides easy to use sorted double-linked lists.
Definition OFSortedList.h:36