Sauce-0.10.1
A C++ Dependency Injection Framework
Public Member Functions | Public Attributes | List of all members
sauce::internal::NewBinding< Dependency, Scope, Constructor, Allocator >::ValidateAcyclicParameters::Passed Struct Reference
Collaboration diagram for sauce::internal::NewBinding< Dependency, Scope, Constructor, Allocator >::ValidateAcyclicParameters::Passed:
Collaboration graph
[legend]

Public Member Functions

 Passed (NewBinding_ const &binding, InjectorPtr &injector, TypeIds &ids)
 

Public Attributes

NewBinding_ const & binding
 
InjectorPtr & injector
 
TypeIds & ids
 

Constructor & Destructor Documentation

◆ Passed()

template<typename Dependency , typename Scope , typename Constructor , typename Allocator >
sauce::internal::NewBinding< Dependency, Scope, Constructor, Allocator >::ValidateAcyclicParameters::Passed::Passed ( NewBinding_ const &  binding,
InjectorPtr &  injector,
TypeIds &  ids 
)
inline
81 :
82 binding(binding), injector(injector), ids(ids) {}

The documentation for this struct was generated from the following file: