ServiceFactory#

template<class T>
class ServiceFactory : public sb::di::IServiceFactory#

Public Functions

inline virtual TypeId getServiceTypeId() const override#

Get the TypeId of the service instances that the factory will create.

inline virtual IServiceInstance::Ptr createInstance(ServiceProvider &serviceProvider, const bool inPlaceRequest) const override#

Create a service instance object.