Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
autoload_const Struct Reference

Data Fields

struct ccan_list_node cnode
VALUE autoload_data_value
VALUE box_value
VALUE module
ID name
VALUE value
rb_const_flag_t flag
VALUE file
int line

Detailed Description

Definition at line 2647 of file variable.c.

Field Documentation

◆ autoload_data_value

VALUE autoload_const::autoload_data_value

Definition at line 2652 of file variable.c.

◆ box_value

VALUE autoload_const::box_value

Definition at line 2656 of file variable.c.

◆ cnode

struct ccan_list_node autoload_const::cnode

Definition at line 2649 of file variable.c.

◆ file

VALUE autoload_const::file

Definition at line 2671 of file variable.c.

◆ flag

rb_const_flag_t autoload_const::flag

Definition at line 2668 of file variable.c.

◆ line

int autoload_const::line

Definition at line 2672 of file variable.c.

◆ module

VALUE autoload_const::module

Definition at line 2659 of file variable.c.

◆ name

ID autoload_const::name

Definition at line 2662 of file variable.c.

◆ value

VALUE autoload_const::value

Definition at line 2665 of file variable.c.


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