Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
load_arg Struct Reference

Data Fields

VALUE src
 
char * buf
 
long buflen
 
long readable
 
long offset
 
st_tablesymbols
 
st_tabledata
 
VALUE proc
 
st_tablecompat_tbl
 
int infection
 

Detailed Description

Definition at line 1062 of file marshal.c.

Field Documentation

◆ buf

char* load_arg::buf

◆ buflen

long load_arg::buflen

Definition at line 1065 of file marshal.c.

Referenced by clear_load_arg(), r_byte(), r_byte1_buffered(), r_bytes0(), and r_bytes1_buffered().

◆ compat_tbl

st_table* load_arg::compat_tbl

◆ data

st_table* load_arg::data

◆ infection

int load_arg::infection

◆ offset

long load_arg::offset

◆ proc

VALUE load_arg::proc

Definition at line 1070 of file marshal.c.

Referenced by r_post_proc(), and rb_marshal_load_with_proc().

◆ readable

long load_arg::readable

◆ src

VALUE load_arg::src

◆ symbols

st_table* load_arg::symbols

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