MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / new_table

Class new_table

extlibs/sol3/include/sol/sol.hpp:6600–6612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6598 };
6599
6600 struct new_table {
6601 int sequence_hint = 0;
6602 int map_hint = 0;
6603
6604 new_table() = default;
6605 new_table(const new_table&) = default;
6606 new_table(new_table&&) = default;
6607 new_table& operator=(const new_table&) = default;
6608 new_table& operator=(new_table&&) = default;
6609
6610 new_table(int sequence_hint, int map_hint = 0) : sequence_hint(sequence_hint), map_hint(map_hint) {
6611 }
6612 };
6613
6614 const new_table create = {};
6615

Callers 10

executeMethod · 0.85
sol.hppFile · 0.85
get_or_createMethod · 0.85
table_proxyClass · 0.85
traverse_get_deepMethod · 0.85
traverse_set_deepMethod · 0.85
basic_environmentMethod · 0.85
clear_package_loadersMethod · 0.85
add_package_loaderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected