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. | |
![]() | |
template<typename Exception > | |
void | throwLater () |
Save an exception of the given type to throw when it is safe. More... | |
void | throwAnyPending () |
Throw and clear any saved exception. | |
PendingThrow | clear () |
Clear and return any saved exception. More... | |
Friends | |
class | Modules |
Passed to modules to create bindings.