Ruby  2.0.0p648(2015-12-16revision53162)
Data Fields
global_variable Struct Reference

Data Fields

int counter
 
void * data
 
gvar_getter_tgetter
 
gvar_setter_tsetter
 
gvar_marker_tmarker
 
int block_trace
 
struct trace_vartrace
 

Detailed Description

Definition at line 415 of file variable.c.

Field Documentation

◆ block_trace

int global_variable::block_trace

Definition at line 421 of file variable.c.

Referenced by rb_alias_variable(), rb_global_entry(), rb_gvar_set(), and trace_en().

◆ counter

int global_variable::counter

Definition at line 416 of file variable.c.

Referenced by rb_alias_variable(), and rb_global_entry().

◆ data

void* global_variable::data

◆ getter

gvar_getter_t* global_variable::getter

◆ marker

gvar_marker_t* global_variable::marker

◆ setter

gvar_setter_t* global_variable::setter

◆ trace

struct trace_var* global_variable::trace

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