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