Class SizeThunk

java.lang.Object
com.jogamp.gluegen.cgram.types.SizeThunk
All Implemented Interfaces:
TypeComparator.SemanticEqualityOp, Cloneable

public abstract class SizeThunk extends Object implements Cloneable, TypeComparator.SemanticEqualityOp
Provides a level of indirection between the definition of a type's size and the absolute value of this size. Necessary when generating glue code for two different CPU architectures (e.g., 32-bit and 64-bit) from the same internal representation of the various types involved.