Ruby 3.5.0dev (2025-06-26 revision b1c09faf67a663bcda430931c987762521efd53a)
Data Fields
autoload_const Struct Reference

Data Fields

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

Detailed Description

Definition at line 2746 of file variable.c.

Field Documentation

◆ autoload_data_value

VALUE autoload_const::autoload_data_value

Definition at line 2751 of file variable.c.

◆ cnode

struct ccan_list_node autoload_const::cnode

Definition at line 2748 of file variable.c.

◆ file

VALUE autoload_const::file

Definition at line 2770 of file variable.c.

◆ flag

rb_const_flag_t autoload_const::flag

Definition at line 2767 of file variable.c.

◆ line

int autoload_const::line

Definition at line 2771 of file variable.c.

◆ name

VALUE ID autoload_const::name

Definition at line 2761 of file variable.c.

◆ value

VALUE autoload_const::value

Definition at line 2764 of file variable.c.


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