|
| 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_State * | interpreter () const |
|
bool | is_valid () const |
|
template<class T > |
index_proxy< object > | operator[] (T const &key) const |
|
void | swap (object &other) |
|
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: