|
| class_base (char const *name) |
|
void | init (type_id const &type, class_id id, type_id const &wrapped_type, class_id wrapper_id) |
|
void | add_base (type_id const &base, cast_function cast) |
|
void | add_member (registration *member) |
|
void | add_default_member (registration *member) |
|
const char * | name () const |
|
void | add_static_constant (const char *name, int val) |
|
void | add_inner_scope (scope &s) |
|
void | add_cast (class_id src, class_id target, cast_function cast) |
|
| scope (std::auto_ptr< detail::registration > reg) |
|
| scope (scope const &other_) |
|
scope & | operator= (scope const &other_) |
|
scope & | operator, (scope s) |
|
void | register_ (lua_State *L) const |
|
The documentation for this struct was generated from the following files:
- Server/trunk/luabind-0.9.2beta/luabind/class.hpp
- Server/trunk/luabind-0.9.2beta/src/class.cpp