|
Ruby
2.1.4p265(2014-10-27revision48166)
|
#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 831 of file ruby.h.
Referenced by rb_sym_all_symbols(), and readline_attempted_completion_function().
| union { ... } RString::as |
Referenced by rb_check_id_cstr().
| union { ... } RString::aux |
| struct RBasic RString::basic |
Definition at line 821 of file ruby.h.
Referenced by setup_fake_str().
| struct { ... } RString::heap |
Referenced by rb_check_id_cstr().
| long RString::len |
Definition at line 824 of file ruby.h.
Referenced by intern_str().
1.8.8