Package | Description |
---|---|
org.bytedeco.javacpp.tools |
Contains classes used at build time by JavaCPP.
|
Modifier and Type | Field and Description |
---|---|
(package private) Declarator |
TemplateMap.declarator |
(package private) Declarator |
Declaration.declarator |
(package private) Declarator[] |
Parameters.declarators |
(package private) Declarator |
Context.variable |
Modifier and Type | Method and Description |
---|---|
(package private) Declarator |
Parser.declarator(Context context,
String defaultName,
int infoNumber,
boolean useDefaults,
int varNumber,
boolean arrayAsPointer,
boolean pointerAsArray) |
Modifier and Type | Method and Description |
---|---|
(package private) Type |
Parser.functionAfter(Context context,
Declaration decl,
Declarator dcl,
Type type)
Parse function declaration or definition after parameters:
const, attributes, trailing type, pure virtual functions.
|
Copyright © 2024. All rights reserved.