|
ObjFW
|
Go to the source code of this file.
Classes | |
| class | OFList |
| A class which provides easy to use double-linked lists. More... | |
Functions | |
| OFListItem | OFListItemNext (OFListItem listItem) |
| Returns the next list item of the list item. | |
| OFListItem | OFListItemPrevious (OFListItem listItem) |
| Returns the previous list item of the list item. | |
| id | OFListItemObject (OFListItem listItem) |
| Returns the object of the list item. | |
|
extern |
Returns the next list item of the list item.
| listItem | The list item for which the next list item should be returned |
|
extern |
Returns the object of the list item.
| listItem | The list item for which the object should be returned |
|
extern |
Returns the previous list item of the list item.
| listItem | The list item for which the previous list item should be returned |