ServicesMap#
-
class ServicesMap#
Public Types
-
using Ptr = std::unique_ptr<ServicesMap>#
Public Functions
-
ServicesMap(bool strongDestructionOrder)#
-
ServiceList &add(TypeId serviceTypeId, IServiceInstance::Ptr service)#
-
ServiceList &operator[](TypeId serviceTypeId)#
-
ServiceList *getList(TypeId serviceTypeId)#
-
void clear()#
-
~ServicesMap()#
-
using Ptr = std::unique_ptr<ServicesMap>#