ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
ngl::nlua_table Class Reference

Static Public Member Functions

template<typename ... TARGS>
static void table_push (lua_State *L, const char *aname, const std::array< const char *, sizeof ...(TARGS)> &akeys, const TARGS &... args)
template<typename ... TARGS>
static bool table_pop (lua_State *L, const char *aname, const std::array< const char *, sizeof ...(TARGS)> &akeys, TARGS &... args)

The documentation for this class was generated from the following file: