Ask a Question | Search PSRCHIVE: |
![]()
|
Functor.h virtual bool matches(const FunctorBase *that) const =0 Return true if this matches that. bool is_valid() const Return true if valid (able to be called) Definition Functor.h:61 bool matches(Function _function) const Return true if the function matches. Definition Functor.h:57 virtual bool matches(const FunctorBase *that) const Return true if this matches that. Definition Functor.h:64 virtual bool matches(const FunctorBase *that) const Return true if this matches that. Definition Functor.h:88 bool is_valid() const Return true if valid (able to be called) Definition Functor.h:85 Reference::To< Class, false > instance The instance of the class. Definition Functor.h:95 bool matches(const Class *_instance, Method _method) const Return true if the instance and method match. Definition Functor.h:81 Pure virtual base class of binary functor implementations. Definition Functor.h:358 virtual R call(const A1 &p1, const A2 &p2) const =0 The function call. R call(const A1 &p1, const A2 &p2) const Call the function. Definition Functor.h:373 Function(F _function) Construct from a pointer to a function. Definition Functor.h:369 Implementation calls binary method M of class C. Definition Functor.h:379 R call(const A1 &p1, const A2 &p2) const Call the method through the class instance. Definition Functor.h:387 Method(C *_instance, M _method) Construct from a pointer to a class instance and method. Definition Functor.h:383 Functor(const C &instance, M method) Construct from a class instance and binary method. Definition Functor.h:338 void set(F function) Set equal to a binary function. Definition Functor.h:350 Functor(F function) Construct from a binary function. Definition Functor.h:342 Reference::To< Base > functor The implementation. Definition Functor.h:404 Functor(C *instance, M method) Construct from a class instance and binary method. Definition Functor.h:334 const FunctorBase * get_functor() const Get the pointer to the functor implementation. Definition Functor.h:399 void set(C *instance, M method) Set equal to a class instance and binary method. Definition Functor.h:346 Pure virtual base class of unary functor implementations. Definition Functor.h:253 R call(const A1 &p1) const Call the function. Definition Functor.h:268 Function(F _function) Construct from a pointer to a function. Definition Functor.h:264 Method(C *_instance, M _method) Construct from a pointer to a class instance and method. Definition Functor.h:278 R call(const A1 &p1) const Call the method through the class instance. Definition Functor.h:282 Reference::To< Base > functor The implementation. Definition Functor.h:300 Functor(F function) Construct from a unary function. Definition Functor.h:237 Functor(C *instance, M method) Construct from a class instance and unary method. Definition Functor.h:229 Functor(const C &instance, M method) Construct from a class instance and unary method. Definition Functor.h:233 const FunctorBase * get_functor() const Get the pointer to the functor implementation. Definition Functor.h:295 void set(C *instance, M method) Set equal to a class instance and unary method. Definition Functor.h:241 Pure virtual base class of generator functor implementations. Definition Functor.h:152 Function(F _function) Construct from a pointer to a function. Definition Functor.h:163 Implementation calls generator method M of class C. Definition Functor.h:173 Method(C *_instance, M _method) Construct from a pointer to a class instance and method. Definition Functor.h:177 R call() const Call the method through the class instance. Definition Functor.h:181 void set(C *instance, M method) Set equal to a class instance and generator method. Definition Functor.h:140 Functor(const C &instance, M method) Construct from a class instance and generator method. Definition Functor.h:132 Reference::To< Base > functor The implementation. Definition Functor.h:198 Functor(F function) Construct from a generator function. Definition Functor.h:136 Functor(C *instance, M method) Construct from a class instance and generator method. Definition Functor.h:128 const FunctorBase * get_functor() const Get the pointer to the functor implementation. Definition Functor.h:193 void set(F function) Set equal to a generator function. Definition Functor.h:144 Generated using doxygen 1.14.0
|