ObjFW
Public Attributes | List of all members
of_list_object_t Struct Reference

A list object. More...

#include <ObjFW/OFList.h>

Public Attributes

of_list_object_t *_Nullable next
 
of_list_object_t *_Nullable previous
 
id __unsafe_unretained object
 

Detailed Description

A list object.

A struct that contains a pointer to the next list object, the previous list object and the object.

Member Data Documentation

◆ next

of_list_object_t* _Nullable of_list_object_t::next

A pointer to the next list object in the list

◆ object

id __unsafe_unretained of_list_object_t::object

The object for the list object

◆ previous

of_list_object_t* _Nullable of_list_object_t::previous

A pointer to the previous list object in the list


The documentation for this struct was generated from the following file: