This is the complete list of members for ActiveObjectMgr< T >, including all inherited members.
::TestServerActiveObjectMgr class | ActiveObjectMgr< T > | friend |
ActiveObjectMgr()=default | ActiveObjectMgr< T > | |
clear() | ActiveObjectMgr< T > | inline |
DISABLE_CLASS_COPY(ActiveObjectMgr) | ActiveObjectMgr< T > | |
getActiveObject(u16 id) | ActiveObjectMgr< T > | inline |
getFreeId() const | ActiveObjectMgr< T > | inlineprotected |
isFreeId(u16 id) const | ActiveObjectMgr< T > | inlineprotected |
m_active_objects | ActiveObjectMgr< T > | protected |
registerObject(std::unique_ptr< T > obj)=0 | ActiveObjectMgr< T > | pure virtual |
removeObject(u16 id)=0 | ActiveObjectMgr< T > | pure virtual |
step(float dtime, const std::function< void(T *)> &f)=0 | ActiveObjectMgr< T > | pure virtual |
~ActiveObjectMgr() | ActiveObjectMgr< T > | inlinevirtual |