Ruby 3.5.0dev (2025-04-26 revision e0545a02503983e8824d0fb5972c15d51093d927)
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 2472 of file variable.c.

Field Documentation

◆ autoload_data_value

VALUE autoload_const::autoload_data_value

Definition at line 2477 of file variable.c.

◆ cnode

struct ccan_list_node autoload_const::cnode

Definition at line 2474 of file variable.c.

◆ file

VALUE autoload_const::file

Definition at line 2492 of file variable.c.

◆ flag

rb_const_flag_t autoload_const::flag

Definition at line 2489 of file variable.c.

◆ line

int autoload_const::line

Definition at line 2493 of file variable.c.

◆ name

VALUE ID autoload_const::name

Definition at line 2483 of file variable.c.

◆ value

VALUE autoload_const::value

Definition at line 2486 of file variable.c.


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