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

Data Fields

VALUE string
 
rb_encodingenc
 
long pos
 
long lineno
 
int flags
 
int count
 

Detailed Description

Definition at line 23 of file stringio.c.

Field Documentation

◆ count

int StringIO::count

Definition at line 29 of file stringio.c.

Referenced by strio_alloc(), strio_copy(), and strio_free().

◆ enc

rb_encoding* StringIO::enc

◆ flags

int StringIO::flags

◆ lineno

long StringIO::lineno

◆ pos

long StringIO::pos

◆ string

VALUE StringIO::string

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