ROSE 0.11.145.147
Public Attributes | List of all members
StructLayoutInfo Struct Reference

Description

Definition at line 93 of file abiStuff.h.

Collaboration diagram for StructLayoutInfo:
Collaboration graph
[legend]

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< StructLayoutEntryfields
 Fields, empty for non-compound types.
 

Constructor & Destructor Documentation

◆ StructLayoutInfo()

StructLayoutInfo::StructLayoutInfo ( )
inline

Definition at line 101 of file abiStuff.h.

Member Data Documentation

◆ size

size_t StructLayoutInfo::size

Size of this struct or union in bytes.

Definition at line 95 of file abiStuff.h.

◆ alignment

size_t StructLayoutInfo::alignment

Alignment of this struct or union in bytes.

Definition at line 97 of file abiStuff.h.

◆ fields

std::vector<StructLayoutEntry> StructLayoutInfo::fields

Fields, empty for non-compound types.

Definition at line 99 of file abiStuff.h.


The documentation for this struct was generated from the following file: