Ruby  1.9.3p448(2013-06-27revision41675)
Data Fields
load_arg Struct Reference

Data Fields

VALUE src
 
long offset
 
st_tablesymbols
 
st_tabledata
 
VALUE proc
 
st_tablecompat_tbl
 
int infection
 

Detailed Description

Definition at line 955 of file marshal.c.

Field Documentation

st_table* load_arg::compat_tbl
st_table* load_arg::data

Definition at line 959 of file marshal.c.

Referenced by clear_load_arg(), mark_load_arg(), marshal_load(), r_entry0(), r_object0(), and r_prepare().

int load_arg::infection

Definition at line 962 of file marshal.c.

Referenced by marshal_load(), r_bytes0(), and r_entry0().

long load_arg::offset

Definition at line 957 of file marshal.c.

Referenced by marshal_load(), r_byte(), and r_bytes0().

VALUE load_arg::proc

Definition at line 960 of file marshal.c.

Referenced by marshal_load(), r_leave(), and r_object0().

VALUE load_arg::src

Definition at line 956 of file marshal.c.

Referenced by marshal_load(), r_byte(), and r_bytes0().

st_table* load_arg::symbols

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