#include <cstddef>
#include <iostream>
#include <lua.hpp>
#include "gen.hpp"
Go to the source code of this file.
◆ read() [1/2]
void read |
( |
lua_State * | , |
|
|
types<> | ) |
◆ read() [2/2]
template<typename
T , typename ... Ts>
void read |
( |
lua_State * | L, |
|
|
types< T, Ts... > | ) |
◆ read_number()
void read_number |
( |
lua_State * | L | ) |
|
◆ read_string()
void read_string |
( |
lua_State * | L | ) |
|
◆ read_table()
void read_table |
( |
lua_State * | L | ) |
|
◆ read_table_end()
void read_table_end |
( |
lua_State * | L | ) |
|
◆ read_table_key()
void read_table_key |
( |
lua_State * | L, |
|
|
std::string_view | k ) |