My Project
|
Public Types | |
typedef index_proxy< Next > | this_type |
Public Member Functions | |
template<class Key > | |
index_proxy (Next const &next, lua_State *interpreter, Key const &key) | |
index_proxy (index_proxy const &other) | |
operator object () | |
this_type & | operator= (luabind::detail::nil_type) |
template<class T > | |
this_type & | operator= (T const &value) |
this_type & | operator= (this_type const &value) |
template<class T > | |
index_proxy< this_type > | operator[] (T const &key) |
void | push (lua_State *interpreter) |
lua_State * | interpreter () const |
![]() | |
call_proxy< index_proxy< Next >, boost::tuples::tuple<> > | operator() () |
call_proxy< index_proxy< Next >, boost::tuples::tuple< A0 const *> > | operator() (A0 const &a0) |
call_proxy< index_proxy< Next >, boost::tuples::tuple< A0 const *, A1 const *> > | operator() (A0 const &a0, A1 const &a1) |
operator safe_bool_type * () const | |