Generic C preprocessor interface for GlueGen.
More...
Generic C preprocessor interface for GlueGen.
Definition at line 39 of file GenericCPP.java.
◆ addDefine()
| void com.jogamp.gluegen.GenericCPP.addDefine |
( |
String |
name, |
|
|
String |
value |
|
) |
| throws LexerException |
◆ findFile()
| String com.jogamp.gluegen.GenericCPP.findFile |
( |
String |
filename | ) |
|
◆ getConstantDefinitions()
Returns a list of ConstantDefinition, i.e.
non-function-like and non-empty macros w/ constant-value, as derived during parsing.
May return an empty list, in case this preprocessor does not store ConstantDefinitions.
- Exceptions
-
◆ out()
| OutputStream com.jogamp.gluegen.GenericCPP.out |
( |
| ) |
|
◆ run()
| void com.jogamp.gluegen.GenericCPP.run |
( |
Reader |
reader, |
|
|
String |
filename |
|
) |
| throws GlueGenException |
◆ setOut()
| void com.jogamp.gluegen.GenericCPP.setOut |
( |
OutputStream |
out | ) |
|
The documentation for this interface was generated from the following file: