FunctorFunction< Function, Inherit > Class Template Reference

Implements scaffolding of Function functor implementations. More...

#include <Functor.h>

Inherits Inherit.

Public Member Functions

bool matches (Function _function) const
 Return true if the function matches.
 
bool is_valid () const
 Return true if valid (able to be called)
 
virtual bool matches (const FunctorBase *that) const
 Return true if this matches that.
 

Protected Attributes

Function function
 The function to be called.
 

Detailed Description

template<typename Function, typename Inherit>
class FunctorFunction< Function, Inherit >

Implements scaffolding of Function functor implementations.


The documentation for this class was generated from the following file:

Generated using doxygen 1.8.17