GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.gluegen.cgram.types.TypeComparator.SemanticEqualityOp Interface Reference

Supports semantic equality and hash functions for types. More...

Inheritance diagram for com.jogamp.gluegen.cgram.types.TypeComparator.SemanticEqualityOp:
Collaboration diagram for com.jogamp.gluegen.cgram.types.TypeComparator.SemanticEqualityOp:

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...
 

Detailed Description

Supports semantic equality and hash functions for types.

Definition at line 36 of file TypeComparator.java.

Member Function Documentation

◆ equalSemantics()

boolean com.jogamp.gluegen.cgram.types.TypeComparator.SemanticEqualityOp.equalSemantics ( final SemanticEqualityOp  arg)

◆ hashCodeSemantics()


The documentation for this interface was generated from the following file: