|
Common System 0.2.0
Common interfaces and patterns for system integration
|
A callable that creates service instances. More...
#include <service.h>
A callable that creates service instances.
A callable that creates a service instance.
Service factories receive a reference to the container (for resolving dependencies) and return a shared_ptr to the service instance.
Example usage: