codex
Loading...
Searching...
No Matches
reader.hpp File Reference
#include <cstddef>
#include <iostream>
#include <lua.hpp>
#include "gen.hpp"
Include dependency graph for reader.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  X< N >
 

Functions

void read_number (lua_State *L)
 
void read_string (lua_State *L)
 
void read_table (lua_State *L)
 
void read_table_end (lua_State *L)
 
void read_table_key (lua_State *L, std::string_view k)
 
void read (lua_State *, types<>)
 
template<typename T , typename ... Ts>
void read (lua_State *L, types< T, Ts... >)
 

Function Documentation

◆ read() [1/2]

void read ( lua_State * ,
types<>  )
Here is the caller graph for this function:

◆ read() [2/2]

template<typename T , typename ... Ts>
void read ( lua_State * L,
types< T, Ts... >  )
Here is the call graph for this function:

◆ read_number()

void read_number ( lua_State * L)
Here is the caller graph for this function:

◆ read_string()

void read_string ( lua_State * L)
Here is the caller graph for this function:

◆ read_table()

void read_table ( lua_State * L)
Here is the caller graph for this function:

◆ read_table_end()

void read_table_end ( lua_State * L)
Here is the caller graph for this function:

◆ read_table_key()

void read_table_key ( lua_State * L,
std::string_view k )
Here is the caller graph for this function: