ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
StructLayoutInfo Struct Reference

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

Detailed Description

Definition at line 93 of file abiStuff.h.

Constructor & Destructor Documentation

StructLayoutInfo::StructLayoutInfo ( )
inline

Definition at line 101 of file abiStuff.h.

Member Data Documentation

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.


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