Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
ivar_update Struct Reference

Data Fields

union {
   st_table *   iv_index_tbl
 
   struct gen_ivtbl *   ivtbl
 
u
 
st_data_t index
 
int iv_extended
 

Detailed Description

Definition at line 39 of file variable.c.

Field Documentation

◆ index

st_data_t ivar_update::index

Definition at line 44 of file variable.c.

◆ iv_extended

int ivar_update::iv_extended

Definition at line 45 of file variable.c.

Referenced by rb_ivar_set().

◆ iv_index_tbl

st_table* ivar_update::iv_index_tbl

Definition at line 41 of file variable.c.

Referenced by rb_ivar_set().

◆ ivtbl

struct gen_ivtbl* ivar_update::ivtbl

Definition at line 42 of file variable.c.

◆ u

union { ... } ivar_update::u

Referenced by rb_ivar_set().


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