Ruby  2.1.10p492(2016-04-01revision54464)
Data Fields
binwrite_arg Struct Reference

Data Fields

rb_io_tfptr
 
VALUE str
 
const char * ptr
 
long length
 

Detailed Description

Definition at line 1193 of file io.c.

Field Documentation

◆ fptr

rb_io_t* binwrite_arg::fptr

◆ length

long binwrite_arg::length

Definition at line 1197 of file io.c.

Referenced by io_binwrite(), and io_binwrite_string().

◆ ptr

const char* binwrite_arg::ptr

Definition at line 1196 of file io.c.

Referenced by io_binwrite(), io_binwrite_string(), io_bufread(), and read_buffered_data().

◆ str

VALUE binwrite_arg::str

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