Uses of Class
org.bridj.DynamicFunction

Packages that use DynamicFunction
org.bridj BridJ core classes and C runtime (Pointer, BridJ, SizeT, Platform, LastError...). 
 

Uses of DynamicFunction in org.bridj
 

Methods in org.bridj that return DynamicFunction
<R> DynamicFunction<R>
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.
 DynamicFunction DynamicFunctionFactory.newInstance(Pointer<?> functionPointer)
           
 

Methods in org.bridj that return types with arguments of type DynamicFunction
static
<R> Pointer<DynamicFunction<R>>
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.
 



Copyright © 2009-2013. All Rights Reserved.