Ruby  1.9.3p429(2013-05-15revision40747)
Data Fields
bytestring_t Struct Reference

Data Fields

long hash
 
char * buffer
 
long length
 
long remaining
 
int printed
 

Detailed Description

Definition at line 39 of file rubyext.c.

Field Documentation

char * bytestring_t::buffer
long bytestring_t::hash

Definition at line 40 of file rubyext.c.

Referenced by bytestring_alloc(), bytestring_append(), and bytestring_extend().

long bytestring_t::length

Definition at line 42 of file rubyext.c.

Referenced by bytestring_alloc(), bytestring_append(), and bytestring_extend().

int bytestring_t::printed

Definition at line 44 of file rubyext.c.

Referenced by bytestring_alloc(), and bytestring_extend().

long bytestring_t::remaining

Definition at line 43 of file rubyext.c.

Referenced by bytestring_alloc(), bytestring_append(), and bytestring_extend().


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