23 #ifndef NEW_SCOPE_040211_HPP 24 #define NEW_SCOPE_040211_HPP 26 #include <luabind/prefix.hpp> 27 #include <luabind/config.hpp> 28 #include <luabind/lua_include.hpp> 37 namespace luabind {
namespace detail {
42 virtual ~registration();
45 virtual void register_(
lua_State*)
const = 0;
48 friend struct ::luabind::scope;
59 explicit scope(std::auto_ptr<detail::registration> reg);
60 scope(scope
const& other_);
63 scope& operator=(scope
const& other_);
65 scope& operator,(scope s);
88 void operator[](
scope s);
102 #endif // NEW_SCOPE_040211_HPP Definition: scope.cpp:162
Definition: minilua.c:461
Definition: PEtypes.h:507