Classes | Namespaces | Typedefs
BindingBuilder.hpp File Reference

(5)

An injector binding candidate created via the injector configuration. More...

#include <Balau/Application/Impl/Binding.hpp>
#include <Balau/Application/Impl/InjectorLogger.hpp>
Include dependency graph for BindingBuilder.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BindingBuilder< BaseT, DeleterT >
 An injector binding candidate created via the injector configuration. More...
 

Namespaces

 Balau
 The root Balau namespace.
 

Typedefs

template<typename BaseT >
using UniquePropertyCloner = std::function< std::unique_ptr< BaseT >(const std::unique_ptr< const BaseT > &)>
 The clone function type for unique pointer prototypes. More...
 

Detailed Description

An injector binding candidate created via the injector configuration.