Ruby
2.0.0p598(2014-11-13revision48408)
|
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 io_binwrite(), io_binwrite_string(), io_write(), rb_io_bufwrite(), rb_io_eof(), 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 1192 of file io.c.
Referenced by io_binwrite(), and io_binwrite_string().
const char* binwrite_arg::ptr |
Definition at line 1191 of file io.c.
Referenced by io_binwrite(), and io_binwrite_string().
VALUE binwrite_arg::str |
Definition at line 1190 of file io.c.
Referenced by io_binwrite().