Ruby
2.0.0p648(2015-12-16revision53162)
|
Data Fields | |
rb_io_t * | fptr |
VALUE | str |
const char * | ptr |
long | length |
rb_io_t* binwrite_arg::fptr |
Definition at line 1189 of file io.c.
Referenced by do_writeconv(), io_binwrite(), io_bufread(), io_fillbuf(), io_fwrite(), io_write(), rb_io_bufwrite(), rb_io_eof(), rb_io_fileno(), rb_io_flush(), rb_io_inspect(), rb_io_pid(), rb_io_rewind(), rb_io_seek(), rb_io_set_pos(), rb_io_sync(), rb_io_tell(), and read_buffered_data().
long binwrite_arg::length |
Definition at line 1192 of file io.c.
Referenced by io_binwrite().
const char* binwrite_arg::ptr |
Definition at line 1191 of file io.c.
Referenced by io_binwrite(), io_bufread(), and read_buffered_data().
VALUE binwrite_arg::str |
Definition at line 1190 of file io.c.
Referenced by do_writeconv(), io_binwrite(), io_fwrite(), io_write(), io_write_m(), rb_io_addstr(), and rb_io_write().