ROSE 0.11.145.147
|
Definition at line 93 of file abiStuff.h.
Public Attributes | |
size_t | size |
Size of this struct or union in bytes. | |
size_t | alignment |
Alignment of this struct or union in bytes. | |
std::vector< StructLayoutEntry > | fields |
Fields, empty for non-compound types. | |
|
inline |
Definition at line 101 of file abiStuff.h.
size_t StructLayoutInfo::size |
Size of this struct or union in bytes.
Definition at line 95 of file abiStuff.h.
size_t StructLayoutInfo::alignment |
Alignment of this struct or union in bytes.
Definition at line 97 of file abiStuff.h.
std::vector<StructLayoutEntry> StructLayoutInfo::fields |
Fields, empty for non-compound types.
Definition at line 99 of file abiStuff.h.