|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Public Member Functions | |
| void | clear () |
| Iterator< Type > | results () |
| Iterator< CompoundType > | layouts () |
| void | visitType (final Type t) |
Visiting the given Type. More... | |
| void | visitType (Type t) |
Visiting the given Type. More... | |
Definition at line 45 of file ReferencedStructs.java.
| void com.jogamp.gluegen.ReferencedStructs.clear | ( | ) |
Definition at line 51 of file ReferencedStructs.java.
| Iterator< CompoundType > com.jogamp.gluegen.ReferencedStructs.layouts | ( | ) |
| Iterator< Type > com.jogamp.gluegen.ReferencedStructs.results | ( | ) |
| void com.jogamp.gluegen.ReferencedStructs.visitType | ( | final Type | t | ) |
Visiting the given Type.
Implements com.jogamp.gluegen.cgram.types.TypeVisitor.
Definition at line 63 of file ReferencedStructs.java.