Sauce-0.10.1
A C++ Dependency Injection Framework
|
Attempts to supply a Binding when none is found for a dependency. More...
#include <sauce/internal/implicit_bindings.h>
Public Member Functions | |
template<typename Dependency > | |
sauce::shared_ptr< ResolvedBinding< Dependency > > | getProviding (Concrete const &bindings, std::string const name) const |
Attempt to supply an unknown providing Binding at injection time. More... | |
template<typename Dependency > | |
std::vector< sauce::shared_ptr< ResolvedBinding< Dependency > > > | getModifyings (Concrete const &, std::string const) const |
Attempt to supply unknown modifying Bindings at injection time. More... | |
Attempts to supply a Binding when none is found for a dependency.
|
inline |
Attempt to supply unknown modifying Bindings at injection time.
|
inline |
Attempt to supply an unknown providing Binding at injection time.