net.java.games.gluegen

Interface GlueEmitterControls

Known Implementing Classes:
GlueGen

public interface GlueEmitterControls

Specifies the interface by which a GlueEmitter can request additional information from the glue generator.

Method Summary

void
forceStructEmission(String typedefName)
Requests emission of an accessor for a struct that will not be referenced by any functions or other structs.

Method Details

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.