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

#include <ruby.h>

Data Fields

struct RBasic basic
 
union {
   struct {
      long   len
 
      char *   ptr
 
      union {
         long   capa
 
         VALUE   shared
 
      }   aux
 
   }   heap
 
   char   ary [RSTRING_EMBED_LEN_MAX+1]
 
as
 
union {
   struct {
      long   len
 
      char *   ptr
 
      union {
         long   capa
 
         VALUE   shared
 
      }   aux
 
   }   heap
 
   char   ary [RSTRING_EMBED_LEN_MAX+1]
 
as
 

Detailed Description

Definition at line 820 of file ripper.y.

Field Documentation

char RString::ary[RSTRING_EMBED_LEN_MAX+1]

Definition at line 831 of file ripper.y.

union { ... } RString::as

Referenced by rb_check_id_cstr().

union { ... } RString::as
union { ... } RString::aux
union { ... } RString::aux
struct RBasic RString::basic

Definition at line 821 of file ripper.y.

Referenced by setup_fake_str().

long RString::capa

Definition at line 827 of file ripper.y.

struct { ... } RString::heap

Referenced by rb_check_id_cstr().

struct { ... } RString::heap
long RString::len

Definition at line 824 of file ripper.y.

char* RString::ptr

Definition at line 825 of file ripper.y.

VALUE RString::shared

Definition at line 828 of file ripper.y.


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