Ruby  2.1.10p492(2016-04-01revision54464)
Data Fields
obj_ivar_tag Struct Reference

Data Fields

VALUE obj
 
int(* func )(ID key, VALUE val, st_data_t arg)
 
st_data_t arg
 

Detailed Description

Definition at line 1237 of file variable.c.

Field Documentation

◆ arg

st_data_t obj_ivar_tag::arg

Definition at line 1240 of file variable.c.

Referenced by obj_ivar_each(), and obj_ivar_i().

◆ func

int(* obj_ivar_tag::func) (ID key, VALUE val, st_data_t arg)

Definition at line 1239 of file variable.c.

Referenced by obj_ivar_each(), and obj_ivar_i().

◆ obj

VALUE obj_ivar_tag::obj

Definition at line 1238 of file variable.c.

Referenced by obj_ivar_each(), and obj_ivar_i().


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