Methods in org.bridj with parameters of type StructIO |
void |
StructIO.Customizer.afterBuild(StructIO io)
Deprecated. Called after everything is setup in the StructIO. |
void |
StructIO.DefaultCustomizer.afterBuild(StructIO io)
|
void |
StructIO.Customizer.afterLayout(StructIO io,
List<StructIO.AggregatedFieldDesc> aggregatedFields)
Deprecated. This method can alter the aggregated fields and may even call again the performLayout(aggregatedFields) method. |
void |
StructIO.DefaultCustomizer.afterLayout(StructIO io,
List<StructIO.AggregatedFieldDesc> aggregatedFields)
|
void |
StructIO.Customizer.beforeAggregation(StructIO io,
List<StructIO.FieldDecl> fieldDecls)
Deprecated. Last chance to remove field declarations |
void |
StructIO.DefaultCustomizer.beforeAggregation(StructIO io,
List<StructIO.FieldDecl> fieldDecls)
|
void |
TimeT.timeval_customizer.beforeLayout(StructIO io,
List<StructIO.AggregatedFieldDesc> aggregatedFields)
|
void |
StructIO.Customizer.beforeLayout(StructIO io,
List<StructIO.AggregatedFieldDesc> aggregatedFields)
Deprecated. Last chance to remove aggregated fields |
void |
StructIO.DefaultCustomizer.beforeLayout(StructIO io,
List<StructIO.AggregatedFieldDesc> aggregatedFields)
|
static
|
PointerIO.getInstance(StructIO s)
|
static StructIO |
StructIO.registerStructIO(Class structClass,
Type structType,
StructIO io)
|
long |
CRuntime.sizeOf(Type structType,
StructIO io)
|