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 11489 of file rb_mjit_min_header-3.1.3.h.

Field Documentation

◆ ar

struct ar_table_struct* RHash::ar

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

◆ ary

ar_hint_t RHash::ary[RHASH_AR_TABLE_MAX_SIZE]

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

◆ basic

struct RBasic RHash::basic

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

◆ ifnone

const VALUE RHash::ifnone

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

◆ st

st_table* RHash::st

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

◆ word

VALUE RHash::word

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


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