载入中...
搜索中...
未找到
类 | |
| 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 |