#include <slua.h>
◆ SLua() [1/3]
◆ SLua() [2/3]
SLua::SLua |
( |
const std::string & |
src | ) |
|
◆ SLua() [3/3]
◆ ~SLua()
◆ checkError()
std::string SLua::checkError |
( |
int |
status | ) |
|
|
virtual |
◆ exceptError()
void SLua::exceptError |
( |
int |
errorcode | ) |
|
|
virtual |
◆ exec()
◆ loadFile()
int SLua::loadFile |
( |
SFile |
newf | ) |
|
|
virtual |
◆ loadMem()
int SLua::loadMem |
( |
const std::string & |
newprog | ) |
|
|
virtual |
◆ loadURI()
int SLua::loadURI |
( |
SURI |
nuri | ) |
|
|
virtual |
◆ operator()()
template<class rettype = int>
rettype Simulacrum::SLua::operator() |
( |
const std::string & |
f, |
|
|
std::initializer_list< SLVariant > |
params |
|
) |
| |
|
inline |
◆ pop() [1/5]
int SLua::pop |
( |
bool & |
targ | ) |
|
|
virtual |
◆ pop() [2/5]
int SLua::pop |
( |
double & |
targ | ) |
|
|
virtual |
◆ pop() [3/5]
int SLua::pop |
( |
int & |
targ | ) |
|
|
virtual |
◆ pop() [4/5]
◆ pop() [5/5]
int SLua::pop |
( |
std::string & |
targ | ) |
|
|
virtual |
◆ pos()
int SLua::pos |
( |
const std::string & |
fname | ) |
|
|
virtual |
◆ push() [1/6]
void SLua::push |
( |
bool |
newb | ) |
|
|
virtual |
◆ push() [2/6]
void SLua::push |
( |
const SLVariant & |
newvariant | ) |
|
|
virtual |
◆ push() [3/6]
void SLua::push |
( |
const std::string & |
news | ) |
|
|
virtual |
◆ push() [4/6]
void SLua::push |
( |
double |
newd | ) |
|
|
virtual |
◆ push() [5/6]
void SLua::push |
( |
int |
newi | ) |
|
|
virtual |
◆ push() [6/6]
◆ queryType()
swig_type_info * SLua::queryType |
( |
const std::string & |
classname | ) |
|
|
virtual |
◆ reset()
◆ setPrefix()
void SLua::setPrefix |
( |
const std::string & |
newpref | ) |
|
|
virtual |
The documentation for this class was generated from the following files: