#include <processor.h>

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 () |
|
1.5.8