ROSE
0.9.6a
|
#include <abiStuff.h>
Public Member Functions | |
StructLayoutInfo () | |
Public Attributes | |
size_t | size |
Size of this struct or union in bytes. More... | |
size_t | alignment |
Alignment of this struct or union in bytes. More... | |
std::vector< StructLayoutEntry > | fields |
Fields, empty for non-compound types. More... | |
Definition at line 93 of file abiStuff.h.
|
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.