#include <SimpleFunctors.h>
Public Types | |
typedef Arg1 | first_argument_type |
typedef Result | result_type |
Public Member Functions | |
virtual Result | operator() (const Arg1 &) const =0 |
virtual | ~Functor1 () |
Base class for a functor that takes a single argument
Definition at line 28 of file SimpleFunctors.h.
typedef Arg1 npstat::Functor1< Result, Arg1 >::first_argument_type |
Definition at line 31 of file SimpleFunctors.h.
typedef Result npstat::Functor1< Result, Arg1 >::result_type |
Definition at line 30 of file SimpleFunctors.h.
|
inlinevirtual |
Definition at line 33 of file SimpleFunctors.h.
|
pure virtual |