mcl_list_node_t Struct Reference

#include <mcl_core/include/mcl_core/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

Handle for list node.

Definition at line 25 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 28 of file mcl_list.h.

Referenced by mcl_list_add(), and mcl_list_remove().


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