import "OFObject.h"
import "OFCollection.h"
import "OFEnumerator.h"
Go to the source code of this file.
|
class | OFList |
| A class which provides easy to use double-linked lists. More...
|
|
◆ OFListItemNext()
Returns the next list item of the list item.
- Parameters
-
listItem | The list item for which the next list item should be returned |
- Returns
- The next list item of the list item
◆ OFListItemObject()
Returns the object of the list item.
- Warning
- The returned object is not retained and autoreleased - this is the caller's responsibility!
- Parameters
-
listItem | The list item for which the object should be returned |
- Returns
- The object of the list item
◆ OFListItemPrevious()
Returns the previous list item of the list item.
- Parameters
-
listItem | The list item for which the previous list item should be returned |
- Returns
- The previous list item of the list item