Ruby
2.7.0p0(2019-12-25revision647ee6f091eafcce70ffb75ddf7e121e192ab217)
|
#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 943 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.