#include <ruby.h>
Data Fields | |
| RBasic | basic |
| union { | |
| struct { | |
| long len | |
| char * ptr | |
| union { | |
| long capa | |
| VALUE shared | |
| } aux | |
| } heap | |
| char ary [RSTRING_EMBED_LEN_MAX+1] | |
| } | as |
Definition at line 820 of file ruby.h.
| 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 { ... } ::@113 RString::aux |
| struct RBasic RString::basic |
| long RString::capa |
| struct { ... } RString::heap |
Referenced by rb_check_id_cstr().
| long RString::len |
| char* RString::ptr |
| VALUE RString::shared |
1.4.7