solinject  1.0.0
C++17 Dependency Injection header-only library
Container.hpp File Reference
#include <map>
#include <vector>
#include <algorithm>
#include <memory>
#include <typeinfo>
#include <typeindex>
#include <mutex>
#include "Defines.hpp"
#include "IService.hpp"
#include "IServiceTyped.hpp"
#include "RegisteredServices.hpp"
#include "ScopedServiceBuilders.hpp"
#include "Utils.hpp"
Include dependency graph for Container.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sol::di::Container
 Dependency Injection container. More...