PFUNC
1.0
|
Virtual base class that is the default functor used. More...
#include <pfunc/trampolines.hpp>
Public Member Functions | |
virtual | ~virtual_functor () |
virtual void | operator() (void)=0 |
Virtual base class that is the default functor used.
virtual pfunc::virtual_functor::~virtual_functor | ( | ) | [inline, virtual] |
virtual void pfunc::virtual_functor::operator() | ( | void | ) | [pure virtual] |
Implemented in pfunc::parallel_while< PFuncInstanceType, InputIterator, WhileExecutable >, pfunc::parallel_while< PFuncInstanceType, InputIterator, WhileExecutable >::while_wrapper, pfunc::parallel_for< PFuncInstanceType, ForExecutable, SpaceType >, and pfunc::parallel_reduce< PFuncInstanceType, ReduceExecutable, SpaceType >.