GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.gluegen.structgen.CStruct Interface Reference
Collaboration diagram for com.jogamp.gluegen.structgen.CStruct:

Public Member Functions

String header ()
 Relative path to the header file. More...
 
String name () default "_default_"
 The name of the struct. More...
 
String jname () default "_default_"
 The optional java name of the struct. More...
 

Detailed Description

Author
Michael Bien, et al.

Definition at line 40 of file CStruct.java.

Member Function Documentation

◆ header()

String com.jogamp.gluegen.structgen.CStruct.header ( )

Relative path to the header file.

Mandatory.

◆ jname()

String com.jogamp.gluegen.structgen.CStruct.jname ( )

The optional java name of the struct.

◆ name()

String com.jogamp.gluegen.structgen.CStruct.name ( )

The name of the struct.

Mandatory for ElementType.TYPE and ElementType.PACKAGE annotations otherwise optional.


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