Ruby 3.2.1p31 (2023-02-08 revision 31819e82c88c6f8ecfaeb162519bfa26a14b21fd)
Data Fields
autoload_const Struct Reference

Data Fields

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

Detailed Description

Definition at line 2147 of file variable.c.

Field Documentation

◆ autoload_data_value

VALUE autoload_const::autoload_data_value

Definition at line 2152 of file variable.c.

◆ cnode

struct ccan_list_node autoload_const::cnode

Definition at line 2149 of file variable.c.

◆ file

VALUE autoload_const::file

Definition at line 2167 of file variable.c.

◆ flag

rb_const_flag_t autoload_const::flag

Definition at line 2164 of file variable.c.

◆ line

int autoload_const::line

Definition at line 2168 of file variable.c.

◆ module

VALUE autoload_const::module

Definition at line 2155 of file variable.c.

◆ name

ID autoload_const::name

Definition at line 2158 of file variable.c.

◆ value

VALUE autoload_const::value

Definition at line 2161 of file variable.c.


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