|
Ruby
2.0.0p353(2013-11-22revision43784)
|
Data Fields | |
| rb_io_t * | fptr |
| VALUE | str |
| const char * | ptr |
| long | length |
| rb_io_t* binwrite_arg::fptr |
Definition at line 1181 of file io.c.
Referenced by io_binwrite(), io_binwrite_string(), 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(), and rb_io_tell().
| long binwrite_arg::length |
Definition at line 1184 of file io.c.
Referenced by io_binwrite(), and io_binwrite_string().
| const char* binwrite_arg::ptr |
Definition at line 1183 of file io.c.
Referenced by io_binwrite(), and io_binwrite_string().
| VALUE binwrite_arg::str |
Definition at line 1182 of file io.c.
Referenced by io_binwrite().
1.8.5