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

Public Member Functions

 iterator_proxy (lua_State *interpreter, handle const &table, handle const &key)
 
 iterator_proxy (iterator_proxy const &other)
 
iterator_proxyoperator= (luabind::detail::nil_type)
 
template<class T >
iterator_proxyoperator= (T const &value)
 
template<class Key >
index_proxy< iterator_proxy< AccessPolicy > > operator[] (Key const &key)
 
 operator object ()
 
lua_Stateinterpreter () const
 
void push (lua_State *interpreter)
 
- Public Member Functions inherited from luabind::adl::object_interface< iterator_proxy< AccessPolicy > >
call_proxy< iterator_proxy< AccessPolicy >, boost::tuples::tuple<> > operator() ()
 
call_proxy< iterator_proxy< AccessPolicy >, boost::tuples::tuple< A0 const *> > operator() (A0 const &a0)
 
call_proxy< iterator_proxy< AccessPolicy >, 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: