28package com.jogamp.gluegen.cgram.types;
30import com.jogamp.gluegen.ASTLocusTag;
33 private boolean isLayouted;
36 super(name, size, cvAttributes, astLocus);
40 super(o, cvAttributes, astLocus);
41 isLayouted = o.isLayouted;
MemoryLayoutType(final String name, final SizeThunk size, final int cvAttributes, final ASTLocusTag astLocus)
Provides a level of indirection between the definition of a type's size and the absolute value of thi...