Static variables

staticread onlycall:FunctionData<T, ABI>

Static methods

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

staticgeq(this:FunctionData<T, ABI>, inOther:Function<T, ABI>):Bool

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

staticinlineget_call(this:FunctionData<T, ABI>):FunctionData<T, ABI>

staticgt(this:FunctionData<T, ABI>, inOther:Function<T, ABI>):Bool

staticleq(this:FunctionData<T, ABI>, inOther:Function<T, ABI>):Bool

staticlt(this:FunctionData<T, ABI>, inOther:Function<T, ABI>):Bool

@:native("::cpp::Function_obj::fromStaticFunction")staticnativeFromStaticFunction<T>(inStaticFunction:T):AutoCast

@:native("::cpp::Function_obj::getProcAddress")staticnativeGetProcAddress<T, ABI>(inModule:String, inFunction:String):AutoCast