|
Sauce-0.10.1
A C++ Dependency Injection Framework
|
Binds to a provider with a specific constructor, allocating from the heap. More...
#include <sauce/binder.h>


Public Member Functions | |
| template<typename Allocator > | |
| AllocateFromClause < ProviderDependency, Scope, ProviderCtor, Allocator > | allocatedFrom () |
Public Member Functions inherited from sauce::internal::Clause< ProviderDependency > | |
| Clause< ProviderDependency > & | naming (unsigned int position, std::string const name) |
| void | setState (ClauseStatePtr state) |
Additional Inherited Members | |
Protected Member Functions inherited from sauce::internal::Clause< ProviderDependency > | |
| Clause (ClauseStatePtr state) | |
| ClauseStatePtr | getState () |
| Next | pass (Next next) |
| void | setDynamicName (std::string const name) |
| void | throwLater (Exception) |
| void | bindDynamicDependencyName (unsigned int position, std::string const name) |
Binds to a provider with a specific constructor, allocating from the heap.
1.8.3