Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
rb_symbols_t Struct Reference

#include <symbol.h>

Data Fields

rb_id_serial_t last_id
 
st_tablestr_sym
 
VALUE ids
 
VALUE dsymbol_fstr_hash
 

Detailed Description

Definition at line 61 of file symbol.h.

Field Documentation

◆ dsymbol_fstr_hash

VALUE rb_symbols_t::dsymbol_fstr_hash

Definition at line 65 of file symbol.h.

Referenced by Init_sym(), rb_gc_free_dsymbol(), and rb_sym2id().

◆ ids

VALUE rb_symbols_t::ids

Definition at line 64 of file symbol.h.

Referenced by Init_sym().

◆ last_id

rb_id_serial_t rb_symbols_t::last_id

Definition at line 62 of file symbol.h.

Referenced by rb_sym_immortal_count().

◆ str_sym

st_table* rb_symbols_t::str_sym

Definition at line 63 of file symbol.h.

Referenced by Init_sym(), and rb_sym_all_symbols().


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