Ruby  2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
Data Fields
rb_at_exit_list Struct Reference

#include <vm_core.h>

Data Fields

rb_vm_at_exit_funcfunc
 
struct rb_at_exit_listnext
 

Detailed Description

Definition at line 555 of file vm_core.h.

Field Documentation

◆ func

rb_vm_at_exit_func * rb_at_exit_list::func ( void  )

Definition at line 556 of file vm_core.h.

Referenced by ruby_vm_at_exit().

◆ next

struct rb_at_exit_list * rb_at_exit_list::next

Definition at line 557 of file vm_core.h.

Referenced by ruby_vm_at_exit().


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