Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
trace_var Struct Reference

Data Fields

int removed
 
void(* func )(VALUE arg, VALUE val)
 
VALUE data
 
struct trace_varnext
 

Detailed Description

Definition at line 464 of file variable.c.

Field Documentation

◆ data

VALUE trace_var::data

Definition at line 467 of file variable.c.

Referenced by rb_f_untrace_var().

◆ func

void(* trace_var::func) (VALUE arg, VALUE val)

Definition at line 466 of file variable.c.

Referenced by rb_f_trace_var().

◆ next

struct trace_var* trace_var::next

Definition at line 468 of file variable.c.

Referenced by rb_alias_variable(), rb_f_trace_var(), and rb_f_untrace_var().

◆ removed

int trace_var::removed

Definition at line 465 of file variable.c.

Referenced by rb_f_untrace_var().


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