![]() |
Pioneer
|
This is the complete list of members for LuaObjectBase, including all inherited members.
| Allocate(size_t n) | LuaObjectBase | protectedstatic |
| Allocate() | LuaObjectBase | inlineprotectedstatic |
| AllocateNew(Args &&...args) | LuaObjectBase | inlineprotectedstatic |
| CheckFromLua(int index, const char *type) | LuaObjectBase | protectedstatic |
| ClearObject() | LuaObjectBase | inlineprotectedvirtual |
| CreateClass(const char *type, const char *parent, const luaL_Reg *methods, const luaL_Reg *attrs, const luaL_Reg *meta) | LuaObjectBase | protectedstatic |
| CreateClass(LuaMetaTypeBase *metaType) | LuaObjectBase | protectedstatic |
| CreateObject(const luaL_Reg *methods, const luaL_Reg *attrs, const luaL_Reg *meta, bool protect=false) | LuaObjectBase | static |
| CreateObject(LuaMetaTypeBase *metaType) | LuaObjectBase | static |
| DeregisterObject(LuaWrappable *object) | LuaObjectBase | static |
| DeserializeComponents(LuaWrappable *object, const Json &obj) | LuaObjectBase | static |
| DeserializeFromJson(lua_State *l, const Json &obj) | LuaObjectBase | protectedstatic |
| GetFromLua(int index, const char *type) | LuaObjectBase | protectedstatic |
| GetObject() const =0 | LuaObjectBase | protectedpure virtual |
| GetPropertiesFromObject(lua_State *l, int object) | LuaObjectBase | static |
| GetType() const | LuaObjectBase | inlineprotected |
| LuaObjectBase(const char *type) | LuaObjectBase | inlineprotected |
| LuaObjectHelpers | LuaObjectBase | friend |
| LuaSerializer | LuaObjectBase | friend |
| PushRegistered(LuaWrappable *o) | LuaObjectBase | protectedstatic |
| Register(LuaObjectBase *lo) | LuaObjectBase | protectedstatic |
| RegisterPersistent(LuaObjectBase *lo) | LuaObjectBase | protectedstatic |
| RegisterPromotion(const char *base_type, const char *target_type, PromotionTest test_fn) | LuaObjectBase | protectedstatic |
| RegisterSerializer(const char *type, SerializerPair pair) | LuaObjectBase | static |
| SerializeComponents(LuaWrappable *object, Json &out) | LuaObjectBase | static |
| SerializeToJson(lua_State *l, Json &out) | LuaObjectBase | protectedstatic |
| ~LuaObjectBase() | LuaObjectBase | inlineprotectedvirtual |