CSEngine
|
Additional Inherited Members | |
![]() | |
void | Register (SGameObject *object) override |
void | Remove (SGameObject *object) override |
bool | HasHash (const std::string &hash) const |
SGameObject * | Get (std::string index) const override |
std::unordered_map< std::string, SGameObject * > | GetAll () const override |
std::string | GetID (SGameObject *object) const override |
int | GetSize () const override |
void | ChangeHash (const std::string &srcHash, const std::string &dstHash) |
![]() | |
![]() | |
std::unordered_map< std::string, SGameObject * > | m_objects |
int | m_size |
Definition at line 8 of file GameObjectContainer.h.