Sauce-0.10.1
A C++ Dependency Injection Framework
|
Binds to a specific constructor and allocator. More...
#include <sauce/binder.h>
Additional Inherited Members | |
![]() | |
Clause< Dependency > & | naming (unsigned int position, std::string const name) |
void | setState (ClauseStatePtr state) |
![]() | |
virtual void | onComplete () |
Clause (ClauseStatePtr state) | |
ClauseStatePtr | getState () |
template<typename Next > | |
Next | pass (Next next) |
void | setDynamicName (std::string const name) |
template<typename Exception > | |
void | throwLater (Exception) |
void | bindDynamicDependencyName (unsigned int position, std::string const name) |
Binds to a specific constructor and allocator.