ug4
|
This is the complete list of members for ug::script::LuaError, including all inherited members.
bShowMsg | ug::script::LuaError | protected |
get_file(size_t i) const | ug::UGError | inline |
get_line(size_t i) const | ug::UGError | inline |
get_msg() const | ug::UGError | inline |
get_msg(size_t i) const | ug::UGError | inline |
get_stacktrace() const | ug::UGError | inline |
LuaError(const char *msg) | ug::script::LuaError | inline |
LuaError() | ug::script::LuaError | inline |
m_vFile | ug::UGError | protected |
m_vLine | ug::UGError | protected |
m_vMsg | ug::UGError | protected |
num_msg() const | ug::UGError | inline |
push_msg(const std::string &msg, const char *file=" -- no file -- ", const unsigned long line=0) | ug::UGError | inline |
push_msg(const char *msg, const char *file=" -- no file -- ", const unsigned long line=0) | ug::UGError | inline |
show_msg() const | ug::script::LuaError | inline |
UGError(const char *msg, const char *file=" -- no file -- ", const unsigned long line=0) | ug::UGError | inline |
UGError(const std::string &msg, const char *file=" -- no file -- ", const unsigned long line=0) | ug::UGError | inline |
UGError(const std::string &msg, const std::exception &ex, const char *file, const unsigned long line) | ug::UGError | |
~UGError() | ug::UGError | inlinevirtual |