Luwra
Minimal-overhead Lua wrapper for C++
|
Namespaces | |
namespace | luwra |
Macros | |
#define | __LUWRA_NS_RESOLVE(a, b) a::b |
#define | LUA_OK 0 |
#define | LUWRA_NS_BEGIN namespace luwra { |
#define | LUWRA_NS_END } |
#define | LUWRA_VERSION_MAJOR 0 |
#define | LUWRA_VERSION_MINOR 5 |
#define | LUWRA_VERSION_PATCH 1 |
Typedefs | |
using | luwra::CFunction = lua_CFunction |
using | luwra::Integer = lua_Integer |
using | luwra::Number = lua_Number |
using | luwra::State = lua_State |
#define __LUWRA_NS_RESOLVE | ( | a, | |
b | |||
) | a::b |
#define LUA_OK 0 |
#define LUWRA_NS_BEGIN namespace luwra { |
#define LUWRA_NS_END } |
#define LUWRA_VERSION_MAJOR 0 |
#define LUWRA_VERSION_MINOR 5 |
#define LUWRA_VERSION_PATCH 1 |