|
Ruby
1.9.3p551(2014-11-13revision48407)
|
#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 |
| char RString::ary[RSTRING_EMBED_LEN_MAX+1] |
Definition at line 663 of file ruby.h.
Referenced by rb_sym_all_symbols(), and symbols_i().
| union { ... } RString::as |
Referenced by code_page(), gc_mark_children(), and rb_intern3().
| union { ... } RString::aux |
| struct RBasic RString::basic |
Definition at line 653 of file ruby.h.
Referenced by code_page(), and rb_intern3().
| struct { ... } RString::heap |
Referenced by code_page(), gc_mark_children(), rb_intern3(), and replace_to_long_name().
1.8.14