28package com.jogamp.gluegen;
30import com.jogamp.gluegen.cgram.types.SizeThunk;
31import com.jogamp.gluegen.cgram.types.Type;
38 private static boolean relaxedEqualSemanticsTest =
false;
46 return relaxedEqualSemanticsTest;
48 static void setRelaxedEqualSemanticsTest(
final boolean v) {
49 relaxedEqualSemanticsTest = v;
Static Type config helper binding JavaConfiguration#relaxedEqualSemanticsTest() system wide.
static boolean relaxedEqualSemanticsTest()
Returns whether TypeConfig.SemanticEqualityOp#equalSemantics(TypeConfig.SemanticEqualityOp) shall att...
Provides a level of indirection between the definition of a type's size and the absolute value of thi...
static void setRelaxedEqualSemanticsTest(final boolean v)