载入中...
搜索中...
未找到
eve::ModelClass类 参考

Model with a list of Squirrel attribute objects. 更多...

#include <Model.h>

类 eve::ModelClass 继承关系图:
eve::Model eve::Object

Public 属性

std::vector< ssq::Object > attrs
 

额外继承的成员函数

- Public 成员函数 继承自 eve::Model
 Model (ssq::Object object)
 Wraps an existing Squirrel object.
 
- Public 成员函数 继承自 eve::Object
 Object ()
 
void setUpdate (Object *update)
 Update the current object with a replacement. You don't need to care about the reference to the old object since it will be automatically updated in the ref smart pointer.
 
- Protected 成员函数 继承自 eve::Object
virtual ~Object ()
 
bool isDirty () const
 
ObjectgetUpdate () const
 
void ref ()
 
void unref ()
 
- Protected 属性 继承自 eve::Model
ssq::Object object
 
- Protected 属性 继承自 eve::Object
Objectupdate
 
unsigned ref_count = 0
 

详细描述

Model with a list of Squirrel attribute objects.

在文件 Model.h24 行定义.

类成员变量说明

◆ attrs

std::vector<ssq::Object> eve::ModelClass::attrs

在文件 Model.h27 行定义.


该类的文档由以下文件生成: