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

Layout generator for i386 ABI-like struct layout. More...

#include <abiStuff.h>

Inheritance diagram for NonpackedTypeLayoutGenerator:
Collaboration diagram for NonpackedTypeLayoutGenerator:

Public Member Functions

 NonpackedTypeLayoutGenerator (ChainableTypeLayoutGenerator *next)
 
virtual StructLayoutInfo layoutType (SgType *t) const
 
- Public Member Functions inherited from ChainableTypeLayoutGenerator
virtual ~ChainableTypeLayoutGenerator ()
 
 ChainableTypeLayoutGenerator (ChainableTypeLayoutGenerator *nx, StructCustomizedSizes *sizes=NULL)
 

Private Member Functions

void layoutOneField (SgType *fieldType, SgNode *decl, bool isUnion, size_t &currentOffset, StructLayoutInfo &layout) const
 

Additional Inherited Members

- Public Attributes inherited from ChainableTypeLayoutGenerator
ChainableTypeLayoutGeneratornext
 
ChainableTypeLayoutGeneratorbeginning
 
StructCustomizedSizescustom_sizes
 
- Protected Member Functions inherited from ChainableTypeLayoutGenerator
void setNext (ChainableTypeLayoutGenerator *nx)
 
void setBeginningRecursively (ChainableTypeLayoutGenerator *bg)
 

Detailed Description

Layout generator for i386 ABI-like struct layout.

Definition at line 148 of file abiStuff.h.

Constructor & Destructor Documentation

NonpackedTypeLayoutGenerator::NonpackedTypeLayoutGenerator ( ChainableTypeLayoutGenerator next)
inline

Definition at line 150 of file abiStuff.h.

Member Function Documentation

virtual StructLayoutInfo NonpackedTypeLayoutGenerator::layoutType ( SgType t) const
virtual

Reimplemented from ChainableTypeLayoutGenerator.

void NonpackedTypeLayoutGenerator::layoutOneField ( SgType fieldType,
SgNode decl,
bool  isUnion,
size_t &  currentOffset,
StructLayoutInfo layout 
) const
private

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