Callable<T>(CallableData<T>)

package cpp

Available on cpp

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

Static methods

staticinlinefromFunction<F>(func:Function<F, Abi>):Callable<F>

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

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

Variables

read onlycall:CallableData<T>

Methods

inlinegeq(inOther:Callable<T>):Bool

inlineget_call():CallableData<T>

inlinegt(inOther:Callable<T>):Bool

inlineleq(inOther:Callable<T>):Bool

inlinelt(inOther:Callable<T>):Bool

inlinetoFunction():Function<T, Abi>

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cpp/Callable.html