|
Sauce-0.10.1
A C++ Dependency Injection Framework
|
Scopes the binding. More...
#include <sauce/binder.h>


Public Member Functions | |
| template<typename Ctor > | |
| ToClause< Dependency, Scope, Ctor > | to () |
| template<typename ProviderCtor > | |
| ToProviderClause < ProviderDependency, Scope, ProviderCtor > | toProvider () |
Public Member Functions inherited from sauce::internal::Clause< Dependency > | |
| Clause< Dependency > & | naming (unsigned int position, std::string const name) |
| void | setState (ClauseStatePtr state) |
Additional Inherited Members | |
Protected Member Functions inherited from sauce::internal::Clause< Dependency > | |
| 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) |
Scopes the binding.
1.8.3