The generator intercepts this type and converts it to a cpp.Function on cpp.

Static methods

@:fromstaticinlinefromFunction<F>(func:Function<F, Abi>):Callable<F>

staticinlinefromStaticFunction<T>(inStaticFunction:T):Callable<T>

staticinlinegetProcAddress<T, ABI>(inModule:String, inFunction:String):Function<T, ABI>

Variables

@:implread onlycall:CallableData<T>

Methods

@:implinlinegeq(inOther:Callable<T>):Bool

@:implinlineget_call():CallableData<T>

@:implinlinegt(inOther:Callable<T>):Bool

@:implinlineleq(inOther:Callable<T>):Bool

@:implinlinelt(inOther:Callable<T>):Bool

@:impl@:toinlinetoFunction():Function<T, Abi>