载入中...
搜索中...
未找到

Script-backed model: wraps a Squirrel object (table/class instance). 更多...

#include <Model.h>

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

Public 成员函数

 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 属性

ssq::Object object
 
- Protected 属性 继承自 eve::Object
Objectupdate
 
unsigned ref_count = 0
 

额外继承的成员函数

- Protected 成员函数 继承自 eve::Object
virtual ~Object ()
 
bool isDirty () const
 
ObjectgetUpdate () const
 
void ref ()
 
void unref ()
 

详细描述

Script-backed model: wraps a Squirrel object (table/class instance).

在文件 Model.h13 行定义.

构造及析构函数说明

◆ Model()

eve::Model::Model ( ssq::Object  object)

Wraps an existing Squirrel object.

在文件 Model.cpp7 行定义.

类成员变量说明

◆ object

ssq::Object eve::Model::object
protected

在文件 Model.h20 行定义.


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