Ruby  2.0.0p247(2013-06-27revision41674)
Data Fields
hash_foreach_arg Struct Reference

Data Fields

VALUE hash
 
rb_foreach_funcfunc
 
VALUE arg
 

Detailed Description

Definition at line 147 of file hash.c.

Field Documentation

VALUE hash_foreach_arg::arg

Definition at line 150 of file hash.c.

Referenced by hash_foreach_iter(), and rb_hash_foreach().

rb_foreach_func* hash_foreach_arg::func

Definition at line 149 of file hash.c.

Referenced by hash_foreach_iter(), and rb_hash_foreach().

VALUE hash_foreach_arg::hash

Definition at line 148 of file hash.c.

Referenced by hash_foreach_iter(), and rb_hash_foreach().


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