|
Ruby
1.9.3p551(2014-11-13revision48407)
|
Data Fields | |
| rb_io_t * | fptr |
| VALUE | str |
| const char * | ptr |
| long | length |
| rb_io_t* binwrite_arg::fptr |
Definition at line 998 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_set_sync(), rb_io_sync(), rb_io_tell(), and read_buffered_data().
| long binwrite_arg::length |
Definition at line 1001 of file io.c.
Referenced by io_binwrite().
| const char* binwrite_arg::ptr |
Definition at line 1000 of file io.c.
Referenced by io_binwrite(), io_bufread(), and read_buffered_data().
| VALUE binwrite_arg::str |
Definition at line 999 of file io.c.
Referenced by do_writeconv(), io_binwrite(), io_fwrite(), io_write(), io_write_m(), rb_io_addstr(), and rb_io_write().
1.8.14