net.java.games.gluegen
Interface GlueEmitterControls
- GlueGen
public interface GlueEmitterControls
Specifies the interface by which a GlueEmitter can request
additional information from the glue generator.
void | forceStructEmission(String typedefName) - Requests emission of an accessor for a struct that will not be
referenced by any functions or other structs.
|
forceStructEmission
public void forceStructEmission(String typedefName)
Requests emission of an accessor for a struct that will not be
referenced by any functions or other structs.