dm_lua_is_opened Function

public function dm_lua_is_opened(lua) result(is_opened)

Returns .true. if pointer to Lua interpreter is associated.

Arguments

Type IntentOptional Attributes Name
type(lua_state_type), intent(inout) :: lua

Lua type.

Return Value logical


Called by

proc~~dm_lua_is_opened~~CalledByGraph proc~dm_lua_is_opened dm_lua_is_opened proc~dm_lua_api_register dm_lua_api_register proc~dm_lua_api_register->proc~dm_lua_is_opened proc~dm_lua_geocom_register dm_lua_geocom_register proc~dm_lua_geocom_register->proc~dm_lua_is_opened proc~dm_config_open dm_config_open proc~dm_config_open->proc~dm_lua_api_register proc~dm_config_open->proc~dm_lua_geocom_register proc~luaopen_libdmpack luaopen_libdmpack proc~luaopen_libdmpack->proc~dm_lua_api_register proc~luaopen_libdmpack->proc~dm_lua_geocom_register