|
My Project
|
Public Member Functions | |
| iterator_proxy (lua_State *interpreter, handle const &table, handle const &key) | |
| iterator_proxy (iterator_proxy const &other) | |
| iterator_proxy & | operator= (luabind::detail::nil_type) |
| template<class T > | |
| iterator_proxy & | operator= (T const &value) |
| template<class Key > | |
| index_proxy< iterator_proxy< AccessPolicy > > | operator[] (Key const &key) |
| operator object () | |
| lua_State * | interpreter () 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 | |
1.8.12