Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
pm_constant_id_list_t Struct Reference

A list of constant IDs. More...

#include <pm_constant_pool.h>

Data Fields

size_t size
 The number of constant ids in the list.
size_t capacity
 The number of constant ids that have been allocated in the list.
pm_constant_id_tids
 The constant ids in the list.

Detailed Description

A list of constant IDs.

Usually used to represent a set of locals.

Definition at line 36 of file pm_constant_pool.h.

Field Documentation

◆ capacity

size_t pm_constant_id_list_t::capacity

The number of constant ids that have been allocated in the list.

Definition at line 41 of file pm_constant_pool.h.

Referenced by pm_constant_id_list_append(), pm_constant_id_list_init(), and pm_constant_id_list_init_capacity().

◆ ids

◆ size

size_t pm_constant_id_list_t::size

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