Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
Data Fields
RHash Struct Reference

#include <rb_mjit_min_header-2.7.6.h>

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 6957 of file rb_mjit_min_header-2.7.6.h.

Field Documentation

◆ ar

struct ar_table_struct* RHash::ar

Definition at line 6961 of file rb_mjit_min_header-2.7.6.h.

◆  [1/2]

union { ... } RHash::ar_hint

◆  [2/2]

union { ... } RHash::ar_hint

◆ ary

Definition at line 6965 of file rb_mjit_min_header-2.7.6.h.

◆  [1/2]

union { ... } RHash::as

◆  [2/2]

union { ... } RHash::as

◆ basic

struct RBasic RHash::basic

Definition at line 6958 of file rb_mjit_min_header-2.7.6.h.

◆ ifnone

const VALUE RHash::ifnone

Definition at line 6963 of file rb_mjit_min_header-2.7.6.h.

◆ st

st_table* RHash::st

Definition at line 6960 of file rb_mjit_min_header-2.7.6.h.

◆ word

VALUE RHash::word

Definition at line 6966 of file rb_mjit_min_header-2.7.6.h.


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