|
Sauce-0.10.1
A C++ Dependency Injection Framework
|
Passed to modules to create bindings. More...
#include <sauce/binder.h>


Public Member Functions | |
| template<typename Iface > | |
| BindClause< Iface > | bind () |
| Begin binding the chosen interface. | |
Public Member Functions inherited from sauce::internal::PendingThrower | |
| template<typename Exception > | |
| void | throwLater () |
| Save an exception of the given type to throw when it is safe. | |
| void | throwAnyPending () |
| Throw and clear any saved exception. | |
| PendingThrow | clear () |
| Clear and return any saved exception. | |
Friends | |
| class | Modules |
Passed to modules to create bindings.
1.8.3