Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
OGF::GOMLua::StackDebugger Class Reference

Small class to debug wrong management of Lua stack. More...

#include <OGF/gom/lua/interop.h>

Public Member Functions

 StackDebugger (lua_State *L, const std::string &name="", int line=0)
 

Static Public Member Functions

static void stacktrace (lua_State *L)
 
static void dump_table (lua_State *L, int index)
 
static const char * type_to_string (int type)
 

Detailed Description

Small class to debug wrong management of Lua stack.

Detects whenever Lua stack size changes inside a function

Definition at line 82 of file interop.h.


The documentation for this class was generated from the following file: