|
typedef Key< T >::Ptr | Type |
|
◆ observe()
template<typename Dependency , typename Signature >
template<typename T , int i>
82 {
83 MethodBinding_ const & binding = passed.binding;
84 InjectorPtr & injector = passed.injector;
85 TypeIds & ids = passed.ids;
86 std::string dependencyName = binding.dynamicDependencyNames[i];
87
88 this->MethodBindingFriend::template validateAcyclicHelper<T>(binding, injector, ids, dependencyName);
89 }
The documentation for this struct was generated from the following file: