|
|
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: