dm_lua_is_table Function

public function dm_lua_is_table(lua) result(is_table)

Returns .true. if element on top of stack is of type table.

Arguments

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

Lua type.

Return Value logical


Calls

proc~~dm_lua_is_table~~CallsGraph proc~dm_lua_is_table dm_lua_is_table lua_istable lua_istable proc~dm_lua_is_table->lua_istable

Called by

proc~~dm_lua_is_table~~CalledByGraph proc~dm_lua_is_table dm_lua_is_table proc~dm_config_size dm_config_size proc~dm_config_size->proc~dm_lua_is_table