#include <processor.h>
Inheritance diagram for UnaryProcessor< T >:
Public Member Functions | |
Constructors and Destructors | |
UnaryProcessor () | |
Default constructor. | |
UnaryProcessor (const UnaryProcessor &) | |
Copy constructor. | |
virtual | ~UnaryProcessor () |
Destructor. | |
Processor specific methods | |
virtual bool | start () |
start method | |
virtual bool | finish () |
finish method | |
virtual Processor::Result | operator() (T &) |
operator () |