solinject
1.0.0
C++17 Dependency Injection header-only library
|
#include <map>
#include <vector>
#include <algorithm>
#include <memory>
#include <typeinfo>
#include <typeindex>
#include <iterator>
#include "IService.hpp"
#include "IServiceTyped.hpp"
#include "ScopedServiceBuilder.hpp"
Go to the source code of this file.
Classes | |
class | sol::di::impl::ScopedServiceBuilders |
Scoped DI service builders collection. More... | |