|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Convention.Style | |
---|---|
org.bridj | BridJ core classes and C runtime (Pointer , BridJ , SizeT , Platform , LastError ...). |
org.bridj.ann | BridJ annotations classes (used to decorate bindings ; you do not need to browse this if you are using JNAerator). |
org.bridj.demangling | BridJ symbols demanglers. |
Uses of Convention.Style in org.bridj |
---|
Methods in org.bridj with parameters of type Convention.Style | ||
---|---|---|
static
|
Pointer.allocateDynamicCallback(DynamicCallback<R> callback,
Convention.Style callingConvention,
Type returnType,
Type... parameterTypes)
Create a native callback which signature corresponds to the provided calling convention, return type and parameter types, and which redirects calls to the provided Java DynamicCallback handler. |
|
|
Pointer.asDynamicFunction(Convention.Style callingConvention,
Type returnType,
Type... parameterTypes)
Cast this pointer as a function pointer to a function that returns the specified return type and takes the specified parameter types. |
|
DynamicFunctionFactory |
CRuntime.getDynamicFunctionFactory(NativeLibrary library,
Convention.Style callingConvention,
Type returnType,
Type... parameterTypes)
Get a shared factory of native function wrappers that have a given signatures. |
|
void |
MethodCallInfo.setCallingConvention(Convention.Style style)
|
Uses of Convention.Style in org.bridj.ann |
---|
Methods in org.bridj.ann that return Convention.Style | |
---|---|
static Convention.Style |
Convention.Style.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Convention.Style[] |
Convention.Style.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of Convention.Style in org.bridj.demangling |
---|
Fields in org.bridj.demangling declared as Convention.Style | |
---|---|
Convention.Style |
Demangler.MemberRef.callingConvention
|
Methods in org.bridj.demangling that return Convention.Style | |
---|---|
Convention.Style |
Demangler.Symbol.getInferredCallingConvention()
|
Convention.Style |
Demangler.Symbol.getStyle()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |