Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
RHash Struct Reference

#include <hash.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
 

Detailed Description

Definition at line 44 of file hash.h.

Field Documentation

◆ ar

struct ar_table_struct* RHash::ar

Definition at line 48 of file hash.h.

◆ 

union { ... } RHash::ar_hint

◆ ary

Definition at line 52 of file hash.h.

◆ 

union { ... } RHash::as

◆ basic

struct RBasic RHash::basic

Definition at line 45 of file hash.h.

◆ ifnone

const VALUE RHash::ifnone

Definition at line 50 of file hash.h.

◆ st

st_table* RHash::st

Definition at line 47 of file hash.h.

◆ word

VALUE RHash::word

Definition at line 53 of file hash.h.


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