Reduct  v1.0.4-3-gdaf0d70
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_list_t Struct Reference

List structure. More...

#include <list.h>

Collaboration diagram for reduct_list_t:

Data Fields

reduct_uint32_t length
 Total number of elements.
 
reduct_uint32_t shift
 The amount to shift the index to compute access paths.
 
reduct_list_node_troot
 Pointer to the trie root node.
 
reduct_list_node_ttail
 Pointer to the tail node.
 

Detailed Description

List structure.

Definition at line 47 of file list.h.

Field Documentation

◆ length

reduct_uint32_t reduct_list_t::length

Total number of elements.

Definition at line 49 of file list.h.

◆ shift

reduct_uint32_t reduct_list_t::shift

The amount to shift the index to compute access paths.

Definition at line 50 of file list.h.

◆ root

reduct_list_node_t* reduct_list_t::root

Pointer to the trie root node.

Definition at line 51 of file list.h.

◆ tail

reduct_list_node_t* reduct_list_t::tail

Pointer to the tail node.

Definition at line 52 of file list.h.


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