◆ observe()
template<typename Dependency , typename Scope , typename Constructor , typename Allocator >
template<typename T , int i>
88 {
89 NewBinding_ const & binding = passed.binding;
90 InjectorPtr & injector = passed.injector;
91 TypeIds & ids = passed.ids;
92 std::string dependencyName = binding.dynamicDependencyNames[i];
93
94 this->NewBindingFriend::template validateAcyclicHelper<T>(binding, injector, ids, dependencyName);
95 }
The documentation for this struct was generated from the following file: