xoreos  0.0.5
Classes | Namespaces
stackguard.h File Reference

Lua stack guard. More...

#include "src/aurora/lua/types.h"
Include dependency graph for stackguard.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Aurora::Lua::StackGuard
 Lua stack guard. More...
 

Namespaces

 Aurora
 
 Aurora::Lua
 

Detailed Description

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.