aot_fun_put_double Subroutine

private subroutine aot_fun_put_double(L, fun, arg)

Put an argument of type double into the list of arguments for the function.

Arguments

TypeIntentOptionalAttributesName
type(flu_state) :: L

Handle for the Lua script.

type(aot_fun_type) :: fun

Handle of the function, this argument should be put into.

real(kind=double_k), intent(in) :: arg

Actual argument to hand over to the Lua function.


Calls

proc~~aot_fun_put_double~~CallsGraph proc~aot_fun_put_double aot_fun_put_double interface~flu_pushnumber flu_pushnumber proc~aot_fun_put_double->interface~flu_pushnumber proc~flu_settop flu_settop proc~aot_fun_put_double->proc~flu_settop proc~flu_pushvalue flu_pushvalue proc~aot_fun_put_double->proc~flu_pushvalue proc~flu_pushdouble flu_pushdouble interface~flu_pushnumber->proc~flu_pushdouble proc~flu_pushreal flu_pushreal interface~flu_pushnumber->proc~flu_pushreal interface~lua_settop lua_settop proc~flu_settop->interface~lua_settop interface~lua_pushvalue lua_pushvalue proc~flu_pushvalue->interface~lua_pushvalue interface~lua_pushnumber lua_pushnumber proc~flu_pushdouble->interface~lua_pushnumber proc~flu_pushreal->interface~lua_pushnumber

Called by

proc~~aot_fun_put_double~~CalledByGraph proc~aot_fun_put_double aot_fun_put_double interface~aot_fun_put aot_fun_put interface~aot_fun_put->proc~aot_fun_put_double

Contents

None