Ruby 3.4.4p34 (2025-05-14 revision a38531fd3f617bf734ef7d6c595325f69985ea1d)
wmap_foreach_data Struct Reference

Data Fields

int(* func )(struct weakmap_entry *, st_data_t)
 
st_data_t arg
 
struct weakmap_entrydead_entry
 

Detailed Description

Definition at line 43 of file weakmap.c.

Field Documentation

◆ arg

st_data_t wmap_foreach_data::arg

Definition at line 45 of file weakmap.c.

◆ dead_entry

struct weakmap_entry* wmap_foreach_data::dead_entry

Definition at line 47 of file weakmap.c.

◆ func

int(* wmap_foreach_data::func) (struct weakmap_entry *, st_data_t)

Definition at line 44 of file weakmap.c.


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