|
ROSE
0.9.6a
|
Layout generator for customized primitive types, mostly for UPC relying on Berkeley runtime library now. More...
#include <abiStuff.h>


Public Member Functions | |
| CustomizedPrimitiveTypeLayoutGenerator (ChainableTypeLayoutGenerator *next, StructCustomizedSizes *custom_sizes) | |
| virtual StructLayoutInfo | layoutType (SgType *t) const |
Public Member Functions inherited from ChainableTypeLayoutGenerator | |
| virtual | ~ChainableTypeLayoutGenerator () |
| ChainableTypeLayoutGenerator (ChainableTypeLayoutGenerator *nx, StructCustomizedSizes *sizes=NULL) | |
Additional Inherited Members | |
Public Attributes inherited from ChainableTypeLayoutGenerator | |
| ChainableTypeLayoutGenerator * | next |
| ChainableTypeLayoutGenerator * | beginning |
| StructCustomizedSizes * | custom_sizes |
Protected Member Functions inherited from ChainableTypeLayoutGenerator | |
| void | setNext (ChainableTypeLayoutGenerator *nx) |
| void | setBeginningRecursively (ChainableTypeLayoutGenerator *bg) |
Layout generator for customized primitive types, mostly for UPC relying on Berkeley runtime library now.
Definition at line 205 of file abiStuff.h.
|
inline |
Definition at line 207 of file abiStuff.h.
|
virtual |
Reimplemented from ChainableTypeLayoutGenerator.