Package | Description |
---|---|
org.bridj | |
org.bridj.cpp.std |
Bindings for some C++ STL class templates.
|
Modifier and Type | Field and Description |
---|---|
StructDescription |
StructIO.desc |
Modifier and Type | Method and Description |
---|---|
void |
StructCustomizer.afterBuild(StructDescription desc)
Deprecated.
Called after everything is setup in the StructIO.
|
void |
StructCustomizer.afterLayout(StructDescription desc,
List<StructFieldDescription> aggregatedFields)
Deprecated.
This method can alter the aggregated fields and may even call again the
performLayout(aggregatedFields) method.
|
void |
StructCustomizer.beforeAggregation(StructDescription desc,
List<org.bridj.StructFieldDeclaration> fieldDecls)
Deprecated.
Last chance to remove field declarations
|
void |
StructCustomizer.beforeLayout(StructDescription desc,
List<StructFieldDescription> aggregatedFields)
Deprecated.
Last chance to remove aggregated fields
|
void |
TimeT.timeval_customizer.beforeLayout(StructDescription desc,
List<StructFieldDescription> aggregatedFields) |
Modifier and Type | Method and Description |
---|---|
void |
STL.afterBuild(StructDescription desc)
Perform platform-dependent structure bindings adjustments
|
Copyright © 2009-2020. All Rights Reserved.