Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
binwrite_arg Struct Reference

Data Fields

rb_io_tfptr
 
VALUE str
 
const char * ptr
 
long length
 

Detailed Description

Definition at line 1222 of file io.c.

Field Documentation

◆ fptr

rb_io_t* binwrite_arg::fptr

Definition at line 1223 of file io.c.

Referenced by rb_io_bufwrite(), rb_io_eof(), and rb_io_flush_raw().

◆ length

long binwrite_arg::length

Definition at line 1226 of file io.c.

◆ ptr

const char* binwrite_arg::ptr

Definition at line 1225 of file io.c.

Referenced by rb_io_addstr().

◆ str

VALUE binwrite_arg::str

Definition at line 1224 of file io.c.


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