|
Ruby
2.1.10p492(2016-04-01revision54464)
|
#include <ruby.h>
Data Fields | |
| struct RBasic | basic |
| union { | |
| struct { | |
| long len | |
| union { | |
| long capa | |
| VALUE shared | |
| } aux | |
| const VALUE * ptr | |
| } heap | |
| const VALUE ary [RARRAY_EMBED_LEN_MAX] | |
| } | as |
| const VALUE RArray::ary[RARRAY_EMBED_LEN_MAX] |
| union { ... } RArray::as |
| union { ... } RArray::aux |
| struct RBasic RArray::basic |
Definition at line 861 of file ruby.h.
Referenced by vm_init2().
| struct { ... } RArray::heap |
1.8.14