Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
update_func_arg Struct Reference

Data Fields

VALUE hash
 
VALUE value
 
rb_hash_update_funcfunc
 

Detailed Description

Definition at line 2440 of file hash.c.

Field Documentation

◆ func

rb_hash_update_func* update_func_arg::func

Definition at line 2443 of file hash.c.

Referenced by rb_hash_update_by(), and rb_hash_update_func_callback().

◆ hash

VALUE update_func_arg::hash

Definition at line 2441 of file hash.c.

Referenced by rb_hash_update_by(), and rb_hash_update_func_i().

◆ value

VALUE update_func_arg::value

Definition at line 2442 of file hash.c.

Referenced by rb_hash_update_func_callback(), and rb_hash_update_func_i().


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