Package com.jogamp.gluegen
Class TypeConfig
java.lang.Object
com.jogamp.gluegen.TypeConfig
Static
Type config helper
binding JavaConfiguration.relaxedEqualSemanticsTest() system wide.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanReturns whetherTypeConfig.SemanticEqualityOp#equalSemantics(TypeConfig.SemanticEqualityOp)shall attempt to perform a relaxed semantic equality test, e.g.
-
Constructor Details
-
TypeConfig
public TypeConfig()
-
-
Method Details
-
relaxedEqualSemanticsTest
public static boolean relaxedEqualSemanticsTest()Returns whetherTypeConfig.SemanticEqualityOp#equalSemantics(TypeConfig.SemanticEqualityOp)shall attempt to perform a relaxed semantic equality test, e.g. skip theconstandvolatilequalifier - or not.
-