|
Objectively
Ultra-lightweight object oriented framework for GNU C.
|
Doubly-linked lists of raw C pointers. More...
#include <Objectively/Object.h>Go to the source code of this file.
Data Structures | |
| struct | List |
| Doubly-linked lists of raw C pointers. More... | |
| struct | ListNode |
| A node in a List. More... | |
Typedefs | |
| typedef bool(* | ListEnumerator) (const List *list, ListNode *node, ident data) |
| The ListEnumerator function type. | |
Functions | |
| OBJECTIVELY_EXPORT Class * | _List (void) |
Doubly-linked lists of raw C pointers.
Definition in file List.h.
| OBJECTIVELY_EXPORT Class * _List | ( | void | ) |
Definition at line 385 of file List.c.