mcl_list_node_t Struct Reference

#include <include/mcl/mcl_list.h>

Collaboration diagram for mcl_list_node_t:
Collaboration graph

Data Fields

void * data
 Data of the node. More...
 
struct mcl_list_node_tprev
 Previous node in the list. More...
 
struct mcl_list_node_tnext
 Next node in the list. More...
 

Detailed Description

The data structure for a list node.

Definition at line 30 of file mcl_list.h.

Field Documentation

struct mcl_list_node_t* mcl_list_node_t::next
struct mcl_list_node_t* mcl_list_node_t::prev

Previous node in the list.

Definition at line 33 of file mcl_list.h.

Referenced by list_add(), and list_remove().


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