Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
binwrite_arg Struct Reference

Data Fields

rb_io_tfptr
 
VALUE str
 
const char * ptr
 
long length
 

Detailed Description

Definition at line 1220 of file io.c.

Field Documentation

◆ fptr

rb_io_t* binwrite_arg::fptr

◆ length

long binwrite_arg::length

Definition at line 1224 of file io.c.

Referenced by io_binwrite(), and io_binwrite_string().

◆ ptr

const char* binwrite_arg::ptr

Definition at line 1223 of file io.c.

Referenced by io_binwrite(), io_binwrite_string(), io_fwrite(), rb_io_addstr(), and rb_io_set_sync().

◆ str

VALUE binwrite_arg::str

Definition at line 1222 of file io.c.

Referenced by do_writeconv(), io_binwrite(), and io_bufread().


The documentation for this struct was generated from the following file: