|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StructIO.AggregatedFieldDesc | |
---|---|
org.bridj | BridJ core classes and C runtime (Pointer , BridJ , SizeT , Platform , LastError ...). |
Uses of StructIO.AggregatedFieldDesc in org.bridj |
---|
Methods in org.bridj that return StructIO.AggregatedFieldDesc | |
---|---|
protected StructIO.AggregatedFieldDesc |
StructIO.aggregateFields(List<StructIO.FieldDecl> fieldGroup)
|
Methods in org.bridj that return types with arguments of type StructIO.AggregatedFieldDesc | |
---|---|
List<StructIO.AggregatedFieldDesc> |
StructIO.getAggregatedFields()
|
Method parameters in org.bridj with type arguments of type StructIO.AggregatedFieldDesc | |
---|---|
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 |
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)
|
protected void |
StructIO.performLayout(Iterable<StructIO.AggregatedFieldDesc> aggregatedFields)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |