#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 |
Definition at line 652 of file ruby.h.
| char RString::ary[RSTRING_EMBED_LEN_MAX+1] |
| union { ... } RString::as |
Referenced by code_page(), and gc_mark_children().
| union { ... } ::@29 RString::aux |
struct RBasic RString::basic [read] |
Definition at line 653 of file ruby.h.
Referenced by code_page().
| long RString::capa |
| struct { ... } RString::heap |
Referenced by code_page(), and gc_mark_children().
| long RString::len |
| char* RString::ptr |
1.6.1