Prism Ruby parser
Loading...
Searching...
No Matches
Data Fields
pm_list_t Struct Reference

This represents the overall linked list. More...

#include <pm_list.h>

Collaboration diagram for pm_list_t:
Collaboration graph
[legend]

Data Fields

size_t size
 The size of the list.
 
pm_list_node_thead
 A pointer to the head of the list.
 
pm_list_node_ttail
 A pointer to the tail of the list.
 

Detailed Description

This represents the overall linked list.

It keeps a pointer to the head and tail so that iteration is easy and pushing new nodes is easy.


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