|
Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
|
An internal hash table for a set of nodes. More...
#include <static_literals.h>
Data Fields | |
| pm_node_t ** | nodes |
| The array of nodes in the hash table. | |
| uint32_t | size |
| The size of the hash table. | |
| uint32_t | capacity |
| The space that has been allocated in the hash table. | |
An internal hash table for a set of nodes.
Definition at line 19 of file static_literals.h.
| uint32_t pm_node_hash_t::capacity |
The space that has been allocated in the hash table.
Definition at line 27 of file static_literals.h.
| pm_node_t** pm_node_hash_t::nodes |
The array of nodes in the hash table.
Definition at line 21 of file static_literals.h.
| uint32_t pm_node_hash_t::size |
The size of the hash table.
Definition at line 24 of file static_literals.h.