BALL
1.4.79
|
#include <BALL/CONCEPT/processor.h>
Public Member Functions | |
Constructors and Destructors | |
virtual | ~ConstBinaryProcessor () |
Processor-specific methods | |
virtual bool | start () |
virtual bool | finish () |
virtual Processor::Result | operator() (const T1 &, const 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 |
Definition at line 205 of file processor.h.
|
inlinevirtual |
Destructor
Definition at line 217 of file processor.h.
|
inlinevirtual |
finish method
Definition at line 235 of file processor.h.
|
inlinevirtual |
operator ()
Definition at line 242 of file processor.h.
|
inlinevirtual |
start method
Definition at line 228 of file processor.h.