mcl_list_t Struct Reference

#include <include/mcl/mcl_list.h>

Collaboration diagram for mcl_list_t:
Collaboration graph

Data Fields

mcl_list_node_thead
 Head node of the list. More...
 
mcl_list_node_tlast
 Last node of the list. More...
 
mcl_list_node_tcurrent
 Current node of the list. More...
 
mcl_size_t count
 Node count of the list. More...
 

Detailed Description

The data structure for a list.

Definition at line 40 of file mcl_list.h.

Field Documentation

mcl_list_node_t* mcl_list_t::current

Current node of the list.

Definition at line 44 of file mcl_list.h.

Referenced by _exchange_fill_http_request(), list_add(), list_initialize(), list_next(), list_remove(), and list_reset().

mcl_list_node_t* mcl_list_t::last

Last node of the list.

Definition at line 43 of file mcl_list.h.

Referenced by list_add(), list_initialize(), and list_remove().


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