Ruby
2.4.2p198(2017-09-14revision59899)
|
#include <vm_core.h>
Data Fields | |
rb_vm_at_exit_func * | func |
struct rb_at_exit_list * | next |
rb_vm_at_exit_func* rb_at_exit_list::func |
Definition at line 470 of file vm_core.h.
Referenced by ruby_vm_at_exit(), and ruby_vm_run_at_exit_hooks().
struct rb_at_exit_list* rb_at_exit_list::next |
Definition at line 471 of file vm_core.h.
Referenced by ruby_vm_at_exit(), and ruby_vm_run_at_exit_hooks().