newly ObjectSimpleInfo
This commit is contained in:
parent
71a6695ab8
commit
2377c39642
@ -7,13 +7,20 @@ namespace hgl
|
||||
class ObjectManager;
|
||||
|
||||
/**
|
||||
* 对象基本信息
|
||||
* 对象简单信息
|
||||
*/
|
||||
struct ObjectBaseInfo
|
||||
struct ObjectSimpleInfo
|
||||
{
|
||||
size_t hash_code; ///<对象数据类型的hash值
|
||||
ObjectManager * object_manager; ///<对象管理器
|
||||
size_t serial_number; ///<对象序列号
|
||||
};
|
||||
|
||||
/**
|
||||
* 对象基本信息
|
||||
*/
|
||||
struct ObjectBaseInfo:public ObjectSimpleInfo
|
||||
{
|
||||
ObjectManager * object_manager; ///<对象管理器
|
||||
|
||||
SourceCodeLocation source_code_location; ///<对象创建的源代码位置
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user