|
ug4
|
Go to the source code of this file.
Classes | |
| class | ug::bridge::LuaStackCheck |
Namespaces | |
| namespace | ug |
| the ug namespace | |
| namespace | ug::bridge |
Macros | |
| #define | LUA_STACK_CHECK(L, growth) ::ug::bridge::LuaStackCheck check##__LINE__(L, __FILE__ ":" LUA_STACK_CHECK_TOSTRING(__LINE__), growth) |
| #define | LUA_STACK_CHECK_STRINGIFY(x) #x |
| #define | LUA_STACK_CHECK_TOSTRING(x) LUA_STACK_CHECK_STRINGIFY(x) |
| #define LUA_STACK_CHECK | ( | L, | |
| growth | |||
| ) | ::ug::bridge::LuaStackCheck check##__LINE__(L, __FILE__ ":" LUA_STACK_CHECK_TOSTRING(__LINE__), growth) |
| #define LUA_STACK_CHECK_STRINGIFY | ( | x | ) | #x |
| #define LUA_STACK_CHECK_TOSTRING | ( | x | ) | LUA_STACK_CHECK_STRINGIFY(x) |