Luwra
Minimal-overhead Lua wrapper for C++
Static Public Member Functions | List of all members
luwra::Value< Table > Struct Reference

Enables reading/pushing tables. More...

#include <table.hpp>

Static Public Member Functions

static void push (State *state, const Table &value)
 
static Table read (State *state, int index)
 

Detailed Description

Enables reading/pushing tables.

Member Function Documentation

◆ push()

static void luwra::Value< Table >::push ( State state,
const Table value 
)
inlinestatic

◆ read()

static Table luwra::Value< Table >::read ( State state,
int  index 
)
inlinestatic