#include <luastate.h>
|
sigc::signal< void, std::string > | Print |
|
Definition at line 28 of file luastate.h.
◆ LuaState() [1/2]
LuaState::LuaState |
( |
bool |
sandbox, |
|
|
bool |
rt_safe |
|
) |
| |
◆ LuaState() [2/2]
◆ ~LuaState()
◆ _print()
◆ collect_garbage()
void LuaState::collect_garbage |
( |
| ) |
const |
◆ collect_garbage_step()
void LuaState::collect_garbage_step |
( |
int |
debt = 0 | ) |
|
◆ do_command()
int LuaState::do_command |
( |
std::string |
| ) |
|
◆ do_file()
int LuaState::do_file |
( |
std::string |
| ) |
|
◆ getState()
◆ init()
◆ print()
void LuaState::print |
( |
std::string |
text | ) |
|
|
private |
◆ sandbox()
void LuaState::sandbox |
( |
bool |
rt_safe | ) |
|
|
private |
◆ tweak_rt_gc()
void LuaState::tweak_rt_gc |
( |
| ) |
|
◆ Print
sigc::signal<void,std::string> LuaState::Print |
The documentation for this class was generated from the following file: