ObjFW
 All Classes Functions Variables
Public Attributes | List of all members
of_list_object_t Struct Reference

A list object. More...

#include <OFList.h>

Public Attributes

of_list_object_tnext
 A pointer to the next list object in the list.
 
of_list_object_tprevious
 A pointer to the previous list object in the list.
 
__unsafe_unretained id object
 The object for the list object.
 

Detailed Description

A list object.

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


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