Package com.jogamp.gluegen.cgram.types
Class StructLayout
java.lang.Object
com.jogamp.gluegen.cgram.types.StructLayout
Encapsulates algorithm for laying out data structures. Note that
this ends up embedding code in various places via SizeThunks. If
the 32-bit and 64-bit ports on a given platform differ
fundamentally in their handling of struct layout then this code
will need to be updated and, most likely, two versions of the
SizeThunks maintained in various places.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StructLayoutcreate(int baseOffset) static voidlayout(int baseOffset, CompoundType t) void
-
Constructor Details
-
StructLayout
protected StructLayout(int baseOffset)
-
-
Method Details
-
layout
-
create
-
layout
-