1 #ifndef SAUCE_INTERNAL_INJECTOR_BINDING_H_
2 #define SAUCE_INTERNAL_INJECTOR_BINDING_H_
4 #include <sauce/injector.h>
5 #include <sauce/internal/binding.h>
6 #include <sauce/internal/key.h>
7 #include <sauce/memory.h>
8 #include <sauce/scopes.h>
18 void validateAcyclic(InjectorPtr, TypeIds &)
const {}
27 void inject(InjectorPtr & injected, BindingPtr, InjectorPtr injector)
const {
35 namespace i = ::sauce::internal;
39 #endif // SAUCE_INTERNAL_INJECTOR_BINDING_H_
The base class of all actual binding implementations.
Definition: binding.h:22
An injection that provides the injector itself.
Definition: injector_binding.h:16
void inject(InjectorPtr &injected, BindingPtr, InjectorPtr injector) const
Inject the injector.
Definition: injector_binding.h:27