Ruby  2.0.0p247(2013-06-27revision41674)
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

Detailed Description

Definition at line 842 of file ruby.h.


Field Documentation

Definition at line 853 of file ruby.h.

Referenced by rb_sym_all_symbols().

union { ... } RString::as
union { ... } RString::aux

Definition at line 843 of file ruby.h.

Referenced by code_page(), rb_check_id(), rb_check_id_cstr(), and rb_intern3().

Definition at line 849 of file ruby.h.

struct { ... } RString::heap

Definition at line 846 of file ruby.h.

Referenced by intern_str(), rb_check_id_cstr(), rb_file_expand_path_internal(), and rb_intern3().

char* RString::ptr

Definition at line 847 of file ruby.h.

Definition at line 850 of file ruby.h.


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