Ruby 3.4.3p32 (2025-04-14 revision d0b7e5b6a04bde21ca483d20a1546b28b401c2d4)
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: