#include <abiStuff.h>
Public Member Functions | |
| StructLayoutInfo () | |
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. | |
| StructLayoutInfo::StructLayoutInfo | ( | ) | [inline] |
| size_t StructLayoutInfo::size |
Size of this struct or union in bytes.
| size_t StructLayoutInfo::alignment |
Alignment of this struct or union in bytes.
| std::vector<StructLayoutEntry> StructLayoutInfo::fields |
Fields, empty for non-compound types.
1.4.7