载入中...
搜索中...
未找到
Object.h 文件参考
#include "common/Assert.h"
#include <type_traits>

浏览源代码.

class  eve::Object
 Object is the base class for all game objects. It provides reference counting and dirty flag for update. 更多...
 
class  eve::ref< T >
 ref is a smart pointer that automatically calls ref() and unref() on the object. Type T must be a subclass of Object. 更多...
 

命名空间

namespace  eve
 

概念

concept  eve::DerivedFromObject