|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
#include <internal.h>
Data Fields | |
| struct RBasic | basic |
| union { | |
| struct { | |
| long len | |
| const VALUE * ptr | |
| } heap | |
| const VALUE ary [RSTRUCT_EMBED_LEN_MAX] | |
| } | as |
| union { | |
| struct { | |
| long len | |
| const VALUE * ptr | |
| } heap | |
| const VALUE ary [RSTRUCT_EMBED_LEN_MAX] | |
| } | as |
Definition at line 942 of file internal.h.
| const VALUE RStruct::ary[RSTRUCT_EMBED_LEN_MAX] |
Definition at line 949 of file internal.h.
| union { ... } RStruct::as |
| union { ... } RStruct::as |
| struct RBasic RStruct::basic |
Definition at line 911 of file internal.h.
| struct { ... } RStruct::heap |
| struct { ... } RStruct::heap |
| long RStruct::len |
Definition at line 946 of file internal.h.
Definition at line 947 of file internal.h.