Searched refs:PtrToMemberFunction (Results 1 – 1 of 1) sorted by relevance
9 void (T::*PtrToMemberFunction)(); member107 BFunctor.PtrToMemberFunction = &DerivedFunctor<void>::Foo; in SingleInheritanceFnPtrCall()108 (AFunctor.*(BFunctor.PtrToMemberFunction))(); in SingleInheritanceFnPtrCall()111 DFunctor.PtrToMemberFunction = &MultiplyDerivedFunctor<void>::Foo; in MultipleInheritanceFnPtrCall()113 (CFunctor.*(DFunctor.PtrToMemberFunction))(); in MultipleInheritanceFnPtrCall()117 FFunctor.PtrToMemberFunction = &VirtuallyDerivedFunctor<void>::Foo; in VirtualInheritanceFnPtrCall()119 (EFunctor.*(FFunctor.PtrToMemberFunction))(); in VirtualInheritanceFnPtrCall()