ObjFW
|
A list object. More...
#include <OFList.h>
Public Attributes | |
of_list_object_t * | next |
A pointer to the next list object in the list. | |
of_list_object_t * | previous |
A pointer to the previous list object in the list. | |
id | object |
The object for the list object. |
A list object.
A struct that contains a pointer to the next list object, the previous list object and the object.