Searched defs:functor (Results 1 – 3 of 3) sorted by relevance
168 struct functor { in exec_func() struct169 functor(Func f) : func(f) {} in exec_func() function170 void operator()() const { func(); } in exec_func()171 Func func; in exec_func()
285 void ForEach(const Container& c, Functor functor) { in ForEach()
1132 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunctionObjArgs(functor, obj, NU… argument1134 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunction(functor, "O", obj); argument