Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Data Fields
RHash Struct Reference

Data Fields

struct RBasic basic
 
union {
   st_table *   st
 
   struct ar_table_struct *   ar
 
as
 
const VALUE ifnone
 
union {
   ar_hint_t   ary [8]
 
   VALUE   word
 
ar_hint
 
union {
   st_table *   st
 
   struct ar_table_struct *   ar
 
as
 
union {
   ar_hint_t   ary [RHASH_AR_TABLE_MAX_SIZE]
 
   VALUE   word
 
ar_hint
 

Detailed Description

Definition at line 11464 of file rb_mjit_min_header-3.1.3.h.

Field Documentation

◆ ar

struct ar_table_struct* RHash::ar

Definition at line 11468 of file rb_mjit_min_header-3.1.3.h.

◆ ary

ar_hint_t RHash::ary[RHASH_AR_TABLE_MAX_SIZE]

Definition at line 11472 of file rb_mjit_min_header-3.1.3.h.

◆ basic

struct RBasic RHash::basic

Definition at line 11465 of file rb_mjit_min_header-3.1.3.h.

◆ ifnone

const VALUE RHash::ifnone

Definition at line 11470 of file rb_mjit_min_header-3.1.3.h.

◆ st

st_table* RHash::st

Definition at line 11467 of file rb_mjit_min_header-3.1.3.h.

◆ word

VALUE RHash::word

Definition at line 11473 of file rb_mjit_min_header-3.1.3.h.


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