Ruby  2.1.10p492(2016-04-01revision54464)
Data Fields
rb_const_entry_struct Struct Reference

#include <constant.h>

Data Fields

rb_const_flag_t flag
 
const VALUE value
 
const VALUE file
 
int line
 

Detailed Description

Definition at line 19 of file constant.h.

Field Documentation

const VALUE rb_const_entry_struct::file

Definition at line 22 of file constant.h.

Referenced by clone_const(), mark_const_entry_i(), and rb_const_set().

rb_const_flag_t rb_const_entry_struct::flag

Definition at line 20 of file constant.h.

Referenced by list_i(), rb_const_defined_0(), rb_const_get_0(), and rb_const_set().

int rb_const_entry_struct::line

Definition at line 23 of file constant.h.

Referenced by rb_const_set().

const VALUE rb_const_entry_struct::value

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