Ruby
2.1.10p492(2016-04-01revision54464)
|
#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(), readline_attempted_completion_function(), and symbols_i().
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(), rb_check_id_cstr(), rb_intern2(), and rb_intern3().
char* RString::ptr |
Definition at line 825 of file ruby.h.
Referenced by rb_check_id_cstr().