Type used to output the Lua call stack.
More...
#include <traceback.h>
|
| traceback (lua_State *L_) noexcept |
| Initializes an object, stores the state.
|
|
std::string | str (void) const |
| Creates a back trace as a string object.
|
|
◆ traceback()
nngn::lua::traceback::traceback |
( |
lua_State * | L_ | ) |
|
|
inlineexplicitnoexcept |
Initializes an object, stores the state.
◆ str()
std::string nngn::lua::traceback::str |
( |
void | | ) |
const |
Creates a back trace as a string
object.
◆ operator<<
Writes the back trace to an output stream.
lua_State* nngn::lua::traceback::L |
|
private |
The documentation for this class was generated from the following files: