, including all inherited members.
call_function(const std::string &sFunctionName) | lua::state | |
call_function(const std::string &sFunctionName, const std::vector< var > &lArgumentStack) | lua::state | |
copy_table(state &mLua, const std::string &sSrcName, const std::string &sDestName="") | lua::state | |
do_file(const std::string &sFile) | lua::state | |
do_string(const std::string &sStr) | lua::state | |
format_error(const std::string &sError) | lua::state | |
get(int iIndex=-1) const | lua::state | [inline] |
get_bool(int iIndex=-1) | lua::state | |
get_field(const std::string &sName, int iIndex=-1) | lua::state | |
get_field(int iID, int iIndex=-1) | lua::state | |
get_field_bool(const std::string &sName, bool bCritical=true, bool bDefaultValue=false, bool bSetValue=false) | lua::state | |
get_field_double(const std::string &sName, bool bCritical=true, double dDefaultValue=0.0, bool bSetValue=false) | lua::state | |
get_field_int(const std::string &sName, bool bCritical=true, int iDefaultValue=0, bool bSetValue=false) | lua::state | |
get_field_string(const std::string &sName, bool bCritical=true, const std::string &sDefaultValue="", bool bSetValue=false) | lua::state | |
get_global(const std::string &sName) | lua::state | |
get_global_bool(const std::string &sName, bool bCritical=true, bool bDefaultValue=false) | lua::state | |
get_global_double(const std::string &sName, bool bCritical=true, double dDefaultValue=0.0) | lua::state | |
get_global_int(const std::string &sName, bool bCritical=true, int iDefaultValue=0) | lua::state | |
get_global_string(const std::string &sName, bool bCritical=true, const std::string &sDefaultValue="") | lua::state | |
get_lua_error_function() const | lua::state | |
get_number(int iIndex=-1) | lua::state | |
get_state() | lua::state | |
get_state(lua_State *pLua) | lua::state | [static] |
get_string(int iIndex=-1) | lua::state | |
get_top() | lua::state | |
get_type(int iIndex=-1) | lua::state | |
get_type_name(type mType) | lua::state | |
get_value(int iIndex=-1) | lua::state | |
is_serializable(int iIndex=-1) | lua::state | |
lLuaStateMap_ | lua::state | [private, static] |
new_table() | lua::state | |
next(int iIndex=-2) | lua::state | |
pErrorFunction_ | lua::state | [private] |
pLua_ | lua::state | [private] |
pop(uint uiNumber=1) | lua::state | |
pPrintFunction_ | lua::state | [private] |
print_error(const std::string &sError) | lua::state | |
push(const var &vValue) | lua::state | |
push_bool(bool bValue) | lua::state | |
push_global(const std::string &sName) | lua::state | |
push_new() | lua::state | [inline] |
push_nil(uint uiNumber=1) | lua::state | |
push_number(const double &dValue) | lua::state | |
push_string(const std::string &sValue) | lua::state | |
push_value(int iIndex) | lua::state | |
reg(const std::string &sFunctionName, c_function mFunction) | lua::state | |
reg() | lua::state | [inline] |
sComString | lua::state | |
serialize(const std::string &sTab="", int iIndex=-1) | lua::state | |
serialize_global(const std::string &sName) | lua::state | |
set_field(const std::string &sName) | lua::state | |
set_field(int iID) | lua::state | |
set_field_bool(const std::string &sName, bool bValue) | lua::state | |
set_field_bool(int iID, bool bValue) | lua::state | |
set_field_double(const std::string &sName, double dValue) | lua::state | |
set_field_double(int iID, double dValue) | lua::state | |
set_field_int(const std::string &sName, int iValue) | lua::state | |
set_field_int(int iID, int iValue) | lua::state | |
set_field_string(const std::string &sName, const std::string &sValue) | lua::state | |
set_field_string(int iID, const std::string &sValue) | lua::state | |
set_global(const std::string &sName) | lua::state | |
set_lua_error_function(c_function pFunc) | lua::state | |
set_print_error_function(print_function pFunc) | lua::state | |
set_top(uint uiSize) | lua::state | |
state() | lua::state | |
table_to_string(const std::string &sTable) | lua::state | |
~state() | lua::state | |