#include <lua_shell.h>
|
void | abort_run (const char *message) |
|
template<class TVal > |
TVal | get_val (const char *name) |
|
| LuaShell () |
|
void | parse_file (const char *filename) |
|
void | reset () |
|
void | run (const char *buffer) |
|
void | set (const char *name, const void *pval, const char *className) |
|
void | set (const char *name, ConstSmartPtr< void > pval, const char *className) |
|
void | set (const char *name, SmartPtr< void > pval, const char *className) |
|
template<class TVal > |
void | set (const char *name, TVal value) |
|
void | set (const char *name, void *pval, const char *className) |
|
◆ LuaShell()
ug::luashell::LuaShell::LuaShell |
( |
| ) |
|
◆ abort_run()
void ug::luashell::LuaShell::abort_run |
( |
const char * |
message | ) |
|
◆ get_val()
template<class TVal >
TVal ug::luashell::LuaShell::get_val |
( |
const char * |
name | ) |
|
|
inline |
◆ init_lua_state()
void ug::luashell::LuaShell::init_lua_state |
( |
| ) |
|
|
private |
◆ parse_file()
void ug::luashell::LuaShell::parse_file |
( |
const char * |
filename | ) |
|
◆ reset()
void ug::luashell::LuaShell::reset |
( |
| ) |
|
◆ run()
void ug::luashell::LuaShell::run |
( |
const char * |
buffer | ) |
|
◆ set() [1/5]
void ug::luashell::LuaShell::set |
( |
const char * |
name, |
|
|
const void * |
pval, |
|
|
const char * |
className |
|
) |
| |
◆ set() [2/5]
void ug::luashell::LuaShell::set |
( |
const char * |
name, |
|
|
ConstSmartPtr< void > |
pval, |
|
|
const char * |
className |
|
) |
| |
◆ set() [3/5]
void ug::luashell::LuaShell::set |
( |
const char * |
name, |
|
|
SmartPtr< void > |
pval, |
|
|
const char * |
className |
|
) |
| |
◆ set() [4/5]
template<class TVal >
void ug::luashell::LuaShell::set |
( |
const char * |
name, |
|
|
TVal |
value |
|
) |
| |
|
inline |
◆ set() [5/5]
void ug::luashell::LuaShell::set |
( |
const char * |
name, |
|
|
void * |
pval, |
|
|
const char * |
className |
|
) |
| |
◆ m_luaState
lua_State* ug::luashell::LuaShell::m_luaState |
|
private |
The documentation for this class was generated from the following files:
- /home/runner/work/docs/docs/ug4/plugins/LuaShell/lua_shell.h
- /home/runner/work/docs/docs/ug4/plugins/LuaShell/lua_shell.cpp