xoreos
0.0.5
|
Lua stack guard. More...
#include "src/aurora/lua/types.h"
Go to the source code of this file.
Classes | |
class | Aurora::Lua::StackGuard |
Lua stack guard. More... | |
Namespaces | |
Aurora | |
Aurora::Lua | |
Lua stack guard.
It's a helper class for storing and restoring the top position of a Lua stack. A guard stores the top at the construction and restores it at the end of a scope.
Definition in file stackguard.h.