Base operations which do not depend on the template type.
More...
#include <user.h>
Base operations which do not depend on the template type.
- See also
- nngn::lua::user_data
◆ check_pointer_type()
bool nngn::lua::detail::user_data_base::check_pointer_type |
( |
state_view | lua, |
|
|
int | i, |
|
|
std::string_view | meta ) |
|
staticprotected |
◆ check_type()
bool nngn::lua::detail::user_data_base::check_type |
( |
state_view | lua, |
|
|
int | i, |
|
|
std::string_view | meta ) |
|
staticprotected |
◆ push_metatable()
table nngn::lua::detail::user_data_base::push_metatable |
( |
state_view | lua, |
|
|
std::string_view | meta ) |
|
staticprotected |
Pushes the table stored as meta
in the global table.
The documentation for this struct was generated from the following files: