Ruby  2.0.0p648(2015-12-16revision53162)
Data Fields
rb_io_t::rb_io_enc_t Struct Reference

#include <io.h>

Data Fields

rb_encodingenc
 
rb_encodingenc2
 
int ecflags
 
VALUE ecopts
 

Detailed Description

Definition at line 82 of file io.h.

Field Documentation

◆ ecflags

int rb_io_t::rb_io_enc_t::ecflags

◆ ecopts

VALUE rb_io_t::rb_io_enc_t::ecopts

Definition at line 86 of file io.h.

Referenced by io_encoding_set(), make_readconv(), make_writeconv(), and rb_io_ascii8bit_binmode().

◆ enc

rb_encoding* rb_io_t::rb_io_enc_t::enc

◆ enc2

rb_encoding* rb_io_t::rb_io_enc_t::enc2

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