Ruby  2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
Data Fields
RHash Struct Reference

#include <internal.h>

Data Fields

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

Detailed Description

Definition at line 887 of file internal.h.

Field Documentation

◆ ar

struct ar_table_struct* RHash::ar

Definition at line 891 of file internal.h.

◆ ar_hint [1/2]

union { ... } RHash::ar_hint

◆ ar_hint [2/2]

union { ... } RHash::ar_hint

◆ ary

ar_hint_t RHash::ary[4]

Definition at line 895 of file internal.h.

◆ as [1/2]

union { ... } RHash::as

◆ as [2/2]

union { ... } RHash::as

◆ basic

struct RBasic RHash::basic

Definition at line 808 of file internal.h.

◆ ifnone

const VALUE RHash::ifnone

Definition at line 893 of file internal.h.

◆ st

st_table* RHash::st

Definition at line 890 of file internal.h.

◆ word

VALUE RHash::word

Definition at line 896 of file internal.h.


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