cu
list_t Struct Reference

Holds the reference to the head and tail of the list. More...

#include <list.h>

Data Fields

listnode_thead
 
listnode_ttail
 
size_t size
 

Detailed Description

Holds the reference to the head and tail of the list.

Field Documentation

listnode_t* head

head of the list_t

size_t size

counts the node within the list_t

listnode_t* tail

tail of the list_t


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