Public Attributes

of_list_object_t Struct Reference

A list object. More...

#include <OFList.h>

List of all members.

Public Attributes

of_list_object_tnext
 A pointer to the next list object in the list.
of_list_object_tprev
 A pointer to the previous list object in the list.
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:
 All Classes Functions Variables