#include <BALL/CONCEPT/baseFunctor.h>
Public Types | |
Type Definitions | |
typedef ResultType | result_type |
typedef FirstArgumentType | first_argument_type |
typedef FirstArgumentType & | first_argument_reference |
typedef const FirstArgumentType & | const_first_argument_reference |
typedef FirstArgumentType * | first_argument_pointer |
typedef const FirstArgumentType * | const_first_argument_pointer |
typedef SecondArgumentType | second_argument_type |
typedef SecondArgumentType & | second_argument_reference |
typedef const SecondArgumentType & | const_second_argument_reference |
typedef SecondArgumentType * | second_argument_pointer |
typedef const SecondArgumentType * | const_second_argument_pointer |
Generic Binary Functor Class.
typedef const FirstArgumentType* BALL::BinaryFunctor< FirstArgumentType, SecondArgumentType, ResultType >::const_first_argument_pointer |
typedef const FirstArgumentType& BALL::BinaryFunctor< FirstArgumentType, SecondArgumentType, ResultType >::const_first_argument_reference |
typedef const SecondArgumentType* BALL::BinaryFunctor< FirstArgumentType, SecondArgumentType, ResultType >::const_second_argument_pointer |
typedef const SecondArgumentType& BALL::BinaryFunctor< FirstArgumentType, SecondArgumentType, ResultType >::const_second_argument_reference |
typedef FirstArgumentType* BALL::BinaryFunctor< FirstArgumentType, SecondArgumentType, ResultType >::first_argument_pointer |
typedef FirstArgumentType& BALL::BinaryFunctor< FirstArgumentType, SecondArgumentType, ResultType >::first_argument_reference |
typedef FirstArgumentType BALL::BinaryFunctor< FirstArgumentType, SecondArgumentType, ResultType >::first_argument_type |
typedef ResultType BALL::BinaryFunctor< FirstArgumentType, SecondArgumentType, ResultType >::result_type |
typedef SecondArgumentType* BALL::BinaryFunctor< FirstArgumentType, SecondArgumentType, ResultType >::second_argument_pointer |
typedef SecondArgumentType& BALL::BinaryFunctor< FirstArgumentType, SecondArgumentType, ResultType >::second_argument_reference |
typedef SecondArgumentType BALL::BinaryFunctor< FirstArgumentType, SecondArgumentType, ResultType >::second_argument_type |