Ruby 3.5.0dev (2025-05-09 revision dcd0a35c6d711a106426daa88feaafd336a3a077)
Data Fields
gen_fields_tbl Struct Reference

#include <variable.h>

Data Fields

uint16_t shape_id
 
union { 
 
   struct { 
 
      uint32_t   fields_count 
 
      VALUE   fields [1] 
 
   }   shape 
 
   struct { 
 
      st_table *   table 
 
   }   complex 
 
as 
 

Detailed Description

Author
Ruby developers ruby-.nosp@m.core.nosp@m.@ruby.nosp@m.-lan.nosp@m.g.org

Definition at line 15 of file variable.h.

Field Documentation

◆ fields

VALUE gen_fields_tbl::fields[1]

Definition at line 22 of file variable.h.

◆ fields_count

uint32_t gen_fields_tbl::fields_count

Definition at line 21 of file variable.h.

◆ shape_id

uint16_t gen_fields_tbl::shape_id

Definition at line 17 of file variable.h.

◆ table

st_table* gen_fields_tbl::table

Definition at line 25 of file variable.h.


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