solinject
1.0.0
C++17 Dependency Injection header-only library
sol::di::Container Member List
This is the complete list of members for
sol::di::Container
, including all inherited members.
Container
()
sol::di::Container
inline
Container
(const Container &other)=delete
sol::di::Container
Container
(Container &&other) noexcept
sol::di::Container
inline
CreateScope
() const
sol::di::Container
inline
DIServicePtr
typedef
sol::di::Container
Factory
typedef
sol::di::Container
GetRequiredService
() const
sol::di::Container
inline
GetService
() const
sol::di::Container
inline
GetServices
() const
sol::di::Container
inline
IsScope
()
sol::di::Container
inline
operator=
(const Container &other)=delete
sol::di::Container
operator=
(Container &&other) noexcept
sol::di::Container
inline
RegisterScopedService
(Factory< T > factory)
sol::di::Container
inline
RegisterScopedServiceBuilder
(std::type_index type, ScopedServiceBuilderPtr serviceBuilder)
sol::di::Container
inline
RegisterService
(std::type_index type, DIServicePtr diService)
sol::di::Container
inline
RegisterSharedService
(Factory< T > factory)
sol::di::Container
inline
RegisterSingletonService
(Factory< T > factory)
sol::di::Container
inline
RegisterSingletonService
(ServicePtr< T > instance)
sol::di::Container
inline
RegisterTransientService
(Factory< T > factory)
sol::di::Container
inline
ScopedServiceBuilderPtr
typedef
sol::di::Container
ServicePtr
typedef
sol::di::Container
swap
(Container &a, Container &b) noexcept
sol::di::Container
friend
Generated by
1.8.17