|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Supports semantic equality and hash functions for types. More...
Public Member Functions | |
| int | hashCodeSemantics () |
Semantic hashcode for Types exclusive its given name. More... | |
| boolean | equalSemantics (final SemanticEqualityOp arg) |
Semantic equality test for Types exclusive its given name. More... | |
Supports semantic equality and hash functions for types.
Definition at line 36 of file TypeComparator.java.
| boolean com.jogamp.gluegen.cgram.types.TypeComparator.SemanticEqualityOp.equalSemantics | ( | final SemanticEqualityOp | arg | ) |
Semantic equality test for Types exclusive its given name.
Implemented in com.jogamp.gluegen.cgram.types.EnumType.Enumerator, com.jogamp.gluegen.cgram.types.Field, com.jogamp.gluegen.cgram.types.FunctionSymbol, com.jogamp.gluegen.cgram.types.SizeThunk, com.jogamp.gluegen.cgram.types.Type, and com.jogamp.gluegen.ConstantDefinition.
| int com.jogamp.gluegen.cgram.types.TypeComparator.SemanticEqualityOp.hashCodeSemantics | ( | ) |
Semantic hashcode for Types exclusive its given name.
Implemented in com.jogamp.gluegen.cgram.types.EnumType.Enumerator, com.jogamp.gluegen.cgram.types.Field, com.jogamp.gluegen.cgram.types.FunctionSymbol, com.jogamp.gluegen.cgram.types.SizeThunk, com.jogamp.gluegen.cgram.types.Type, and com.jogamp.gluegen.ConstantDefinition.