|
Ruby
2.1.4p265(2014-10-27revision48166)
|
Data Fields | |
| rb_io_t * | fptr |
| VALUE | str |
| const char * | ptr |
| long | length |
| rb_io_t* binwrite_arg::fptr |
Definition at line 1194 of file io.c.
Referenced by io_binwrite(), io_binwrite_string(), io_write(), rb_io_bufwrite(), rb_io_eof(), rb_io_flush_raw(), rb_io_inspect(), rb_io_pid(), rb_io_rewind(), rb_io_seek(), rb_io_set_pos(), rb_io_sync(), and rb_io_tell().
| long binwrite_arg::length |
Definition at line 1197 of file io.c.
Referenced by io_binwrite(), and io_binwrite_string().
| const char* binwrite_arg::ptr |
Definition at line 1196 of file io.c.
Referenced by io_binwrite(), and io_binwrite_string().
| VALUE binwrite_arg::str |
Definition at line 1195 of file io.c.
Referenced by do_writeconv(), and io_binwrite().
1.8.8