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

Go to the source code of this file.

Classes

class  sol::di::impl::RegisteredServices
 Registered DI services collection. More...