BALL
1.4.79
|
#include <BALL/CONCEPT/processor.h>
Public Member Functions | |
Constructors and Destructors | |
BinaryProcessor () | |
BinaryProcessor (const BinaryProcessor &) | |
virtual | ~BinaryProcessor () |
Processor-specific methods | |
virtual bool | start () |
virtual bool | finish () |
virtual Processor::Result | operator() (T1 &, T2 &) |
Additional Inherited Members | |
Public Types inherited from BALL::BinaryFunctor< T1, T2, Processor::Result > | |
typedef Processor::Result | result_type |
typedef T1 | first_argument_type |
typedef T1 & | first_argument_reference |
typedef const T1 & | const_first_argument_reference |
typedef T1 * | first_argument_pointer |
typedef const T1 * | const_first_argument_pointer |
typedef T2 | second_argument_type |
typedef T2 & | second_argument_reference |
typedef const T2 & | const_second_argument_reference |
typedef T2 * | second_argument_pointer |
typedef const T2 * | const_second_argument_pointer |
Generic Binary Processor Class
Definition at line 147 of file processor.h.
|
inline |
Default constructor
Definition at line 159 of file processor.h.
|
inline |
Copy constructor
Definition at line 166 of file processor.h.
|
inlinevirtual |
Destructor
Definition at line 172 of file processor.h.
|
inlinevirtual |
finish method
Definition at line 190 of file processor.h.
|
inlinevirtual |
operator ()
Definition at line 197 of file processor.h.
|
inlinevirtual |
start method
Definition at line 183 of file processor.h.