solinject
1.0.0
C++17 Dependency Injection header-only library
|
#include <string>
Go to the source code of this file.
Classes | |
class | sol::di::ConfigurationItem |
DI configuration item. More... | |
Enumerations | |
enum | sol::di::ServiceLifetime { Singleton = 0, Transient, Shared, Scoped, None } |
Service lifetime. | |