Push a system to this manager.
173 {
174
176 {
177 std::stringstream ss;
178 ss << systemName << " has been poped ";
179
180 SPICES_CORE_ERROR(ss.str())
181 }
182
183
185 ptr->OnSystemShutDown();
186
187 std::stringstream ss;
188 ss << systemName << " poped ";
189
190 SPICES_CORE_INFO(ss.str())
191
193
195 }
static std::unique_ptr< SystemManager > m_SystemManager
Static SystemManager variable.
static scl::linked_unordered_map< std::string, std::shared_ptr< System > > m_Identities
Static System Map.