Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
autoload_data_i Struct Reference

Data Fields

VALUE feature
 
struct autoload_statestate
 
rb_serial_t fork_gen
 
struct list_head constants
 

Detailed Description

Definition at line 2040 of file variable.c.

Field Documentation

◆ constants

struct list_head autoload_data_i::constants

Definition at line 2044 of file variable.c.

Referenced by rb_autoload_str().

◆ feature

VALUE autoload_data_i::feature

Definition at line 2041 of file variable.c.

Referenced by rb_autoload_at_p(), and rb_autoload_str().

◆ fork_gen

rb_serial_t autoload_data_i::fork_gen

Definition at line 2043 of file variable.c.

Referenced by rb_autoload_load().

◆ state

struct autoload_state* autoload_data_i::state

Definition at line 2042 of file variable.c.

Referenced by rb_autoload_load(), and rb_autoload_str().


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