dm_lua_table_size Function

public function dm_lua_table_size(lua) result(n)

Returns size of table on stack. Returns -1 on error.

Arguments

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

Lua type.

Return Value integer


Calls

proc~~dm_lua_table_size~~CallsGraph proc~dm_lua_table_size dm_lua_table_size lua_rawlen lua_rawlen proc~dm_lua_table_size->lua_rawlen

Called by

proc~~dm_lua_table_size~~CalledByGraph proc~dm_lua_table_size dm_lua_table_size proc~dm_config_size dm_config_size proc~dm_config_size->proc~dm_lua_table_size proc~dm_lua_table dm_lua_table proc~dm_lua_table->proc~dm_lua_table_size proc~dm_config_open dm_config_open proc~dm_config_open->proc~dm_lua_table