Ruby 3.2.3p157 (2024-01-18 revision 52bb2ac0a6971d0391efa2275f7a66bff319087c)
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 [RHASH_AR_TABLE_MAX_SIZE] 
 
   VALUE   word 
 
ar_hint 
 

Detailed Description

Definition at line 43 of file hash.h.

Field Documentation

◆ ar

struct ar_table_struct* RHash::ar

Definition at line 47 of file hash.h.

◆ ary

ar_hint_t RHash::ary[RHASH_AR_TABLE_MAX_SIZE]

Definition at line 51 of file hash.h.

◆ basic

struct RBasic RHash::basic

Definition at line 44 of file hash.h.

◆ ifnone

const VALUE RHash::ifnone

Definition at line 49 of file hash.h.

◆ st

st_table* RHash::st

Definition at line 46 of file hash.h.

◆ word

VALUE RHash::word

Definition at line 52 of file hash.h.


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