1#ifndef NNGN_TESTS_LUA_REGISTER_H
2#define NNGN_TESTS_LUA_REGISTER_H
Definition register_test.h:9
nngn::lua::global_table g
Definition register_test.h:12
void value_accessor(void)
Definition register_test.cpp:69
void accessor(void)
Definition register_test.cpp:60
void cleanup(void)
Definition register_test.cpp:36
void member_fn(void)
Definition register_test.cpp:77
nngn::lua::table mt
Definition register_test.h:13
void meta_table(void)
Definition register_test.cpp:49
void user_type(void)
Definition register_test.cpp:40
void init(void)
Definition register_test.cpp:29
nngn::lua::state lua
Definition register_test.h:11
Table interface to the global environment.
Definition table.h:181
Owning lua_State wrapper.
Definition state.h:166
Owning reference to a table on the stack, popped when destroyed.
Definition table.h:172
Operations on table values.