solinject  1.0.0
C++17 Dependency Injection header-only library
ConfigurationItem.hpp File Reference
#include <string>
Include dependency graph for ConfigurationItem.hpp:
This graph shows which files directly or indirectly include this file:

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.