My Project
Public Member Functions | List of all members
luabind::adl::object Class Reference
Inheritance diagram for luabind::adl::object:
luabind::adl::object_interface< object >

Public Member Functions

 object (handle const &other)
 
 object (from_stack const &stack_reference)
 
template<class T >
 object (lua_State *interpreter, T const &value)
 
template<class T , class Policies >
 object (lua_State *interpreter, T const &value, Policies const &)
 
void push (lua_State *interpreter) const
 
lua_Stateinterpreter () const
 
bool is_valid () const
 
template<class T >
index_proxy< objectoperator[] (T const &key) const
 
void swap (object &other)
 
- Public Member Functions inherited from luabind::adl::object_interface< object >
call_proxy< object, boost::tuples::tuple<> > operator() ()
 
call_proxy< object, boost::tuples::tuple< A0 const *> > operator() (A0 const &a0)
 
call_proxy< object, boost::tuples::tuple< A0 const *, A1 const *> > operator() (A0 const &a0, A1 const &a1)
 
 operator safe_bool_type * () const
 

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